Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    jizzduino

    temp getter! #include <Arduino.h> #include "DiTemperature.h" #include "LivinGrimoireLight.h" DiTemperature::DiTemperature(int inPin) { _inPin = inPin; Serial.begin(9600); // Start serial communication at 9600 baud } void DiTemperature::inOut(byte ear, byte skin, byte eye) { int value =...
  3. fukurou

    jizzduino

    .cpp: #include <Arduino.h> #include "DiTemperature.h" #include "LivinGrimoireLight.h" DiTemperature::DiTemperature(int inPin) { _inPin = inPin; Serial.begin(9600); // Start serial communication at 9600 baud } void DiTemperature::inOut(byte ear, byte skin, byte eye) {...
  4. fukurou

    jizzduino

    .h file #ifndef DiTemperature_H #define DiTemperature_H // using Arduino hardware codes outside main: #include <Arduino.h> #include "LivinGrimoireLight.h" /* lm35 sketch prints the temperature to the serial monitor */ class DiTemperature : public Skill { private: int _inPin; //...
  5. fukurou

    jizzduino

    #include "DiTemperature.h" #include "LivinGrimoireLight.h" Chobit* c1; Skill* s2 = new DiTemperature(0); void setup() { // temperature skill created LM35 connected to analog pin 0 c1 = new Chobit(); c1->addSkill(s2); } void loop() { c1->think(0, 0, 0); }
  6. fukurou

    jizzduino

  7. fukurou

    jizzduino

    void setup() { Serial.begin(9600); // Initialize serial communication at 9600 baud rate } void loop() { Serial.println("Hello from Arduino!"); // Send a message delay(1000); // Wait for 1 second }
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    Настя и Мэгги придумывают игры для Наоми

    ugly piglet cunts. and the big one just sounds retarded, I think that's her actual fucking voice.
  15. fukurou

    [MEDIA]

  16. fukurou

    dear spammers

    try now
  17. fukurou

    👨‍💻 dev shit asses of fucks

    command zipping
  18. fukurou

    👨‍💻 dev shit asses of fucks

    I also wonder, what if it uses a different Brain in it's c'tor?
  19. fukurou

    👨‍💻 dev shit asses of fucks

    originally it was meant to simply inform the user of what the AI can do.
  20. fukurou

    👨‍💻 dev shit asses of fucks

    hmm it's a skill with unlimited access to all other skills and the Brain... on one hand it sniffs out skill triggers, on the other it has access to itself...
Top