Search results

  1. 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 =...
  2. 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) {...
  3. 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; //...
  4. 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); }
  5. fukurou

    jizzduino

  6. 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 }
  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

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

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

    [MEDIA]

  15. fukurou

    dear spammers

    try now
  16. fukurou

    👨‍💻 dev shit asses of fucks

    command zipping
  17. fukurou

    👨‍💻 dev shit asses of fucks

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

    👨‍💻 dev shit asses of fucks

    originally it was meant to simply inform the user of what the AI can do.
  19. 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...
  20. fukurou

    👨‍💻 dev shit asses of fucks

    class DiTriggers(DiSkillV2): def __init__(self, brain): super().__init__() self.triggers: UniqueItemsPriorityQue = UniqueItemsPriorityQue() self.is_recording: bool = False self.brain: Brain = brain self.new_cmd: str = "" def input(self, ear, skin...
Top