22 lines
440 B
C
Raw Normal View History

#include "Arduino.h"
// I2C (pour RTC)
2023-07-10 22:17:09 +02:00
#define I2C_SDA 42
#define I2C_SCL 41
// Sorties BCD vers Nixie
2023-07-10 22:17:09 +02:00
#define BCD_A 15
#define BCD_B 16
#define BCD_C 17
#define BCD_D 18
#define BCD_A2 9
#define BCD_B2 10
#define BCD_C2 11
#define BCD_D2 12
// Touches
#define Rotary_A 35
#define Rotary_B 36
#define Rotary_SW 37 // switch vers la masse (R pullup interne) pour réinit du wifi au démarrage (choisi au pif)