Mi da un errore nel compilare uno sketch
#include <Bounce.h>
#define PIN_HH 9
#define PIN_MM 8
Bounce keyHH = Bounce(PIN_HH, 5);
Bounce keyMM = Bounce(PIN_MM, 5);
L'errore è questo..
sketch_jan29a:232: error: ‘Bounce’ does not name a type
sketch_jan29a:233: error: ‘Bounce’ does not name a type
sketch_jan29a.ino: In function ‘void loop()’:
sketch_jan29a:313: error: ‘keyHH’ was not declared in this scope
sketch_jan29a:314: error: ‘keyMM’ was not declared in this scope
Come posso risolvere?
Grazie a tutti