Merge branch 'nano-revision-2.1' into nano-revision-2.2

This commit is contained in:
2023-12-19 00:51:14 +01:00
2 changed files with 46 additions and 30 deletions

View File

@@ -94,7 +94,6 @@ void send(int btn, long duration){
void loop(){
unsigned long now = micros();
boolean pause = true;
for (int i=0;i<8;i++){
// we emulate a capacitor:
// when the button is pressed, it slowly loads, if the button is released, it unloads.