Ik werk wel met een Mac, zou niet uit moeten maken
|| port.getDescriptivePortName().contains("USB")
#include <TTP229.h>const int SCL_PIN = 2; // The pin number of the clock pin.const int SDO_PIN = 3; // The pin number of the data pin.byte key, lkey;TTP229 ttp229(SCL_PIN, SDO_PIN); // TTP229(sclPin, sdoPin)void setup(){ Serial.begin(57600); Serial.println("Start Touching One Key At a Time!");}void loop(){// uint8_t key = ttp229.ReadKey16(); // Blocking// if (key) Serial.println(key);// key=0; do {key = ttp229.GetKey16();} while (key==lkey); // Non Blocking if (key) Serial.println(key); lkey=key; }
Als Mardec beginner wilde ik een fatsoenlijk printje hebben wat op de UNO geprikt kan worden
Ben ik voor ongeveer €6 euro per print klaar.
maar ik weet niet hoe je dat normaal doet in putty?
@schipcas: wil graag weten wat er defect is, hardware, software. Zijn het “ oude Mardecs”( weet niet wat dat precies is) of DCCNEXT?