- structuration des fichiers - première fonctionnalité RTC (pour tests) avec retours sur le moniteur série
		
			
				
	
	
		
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "Arduino.h"
 | 
						|
 | 
						|
// I2C (pour RTC)
 | 
						|
  #define I2C_SDA 2
 | 
						|
  #define I2C_SCL 14
 | 
						|
// Sorties BCD vers Nixie
 | 
						|
  #define BCD_A 16
 | 
						|
  #define BCD_B 5
 | 
						|
  #define BCD_C 4
 | 
						|
  #define BCD_D 0
 |