Open caternuson opened 1 year ago
Test sketch:
int count = 0; void setup() { Serial.begin(9600); while (!Serial); } void loop() { Serial.println(count++); if (count > 5) { Serial.println(analogRead(A1)); } delay(1000); }
Mixed results on several Trinkey products:
Example output for sketch that works (PID 5022):
Example output for sketch that freezes (PID 4870): NOTE - closing Serial Monitor requires resetting the board
Test sketch:
Mixed results on several Trinkey products:
Example output for sketch that works (PID 5022):
Example output for sketch that freezes (PID 4870): NOTE - closing Serial Monitor requires resetting the board