10 lines
150 B
C
10 lines
150 B
C
#ifndef H_CONSTANTES
|
|
#define H_CONSTANTES
|
|
|
|
#define BUTTON 12 // Button pin
|
|
#define LED_PIN 13
|
|
#define DEBUG 0
|
|
#define SENSOR_PIN 0 // Pin A0
|
|
|
|
#endif
|