6 lines
120 B
C
6 lines
120 B
C
/* fichier nixie.h */
|
|
#include "Arduino.h"
|
|
#include "hardware.h"
|
|
|
|
void printNixie(int8_t a);
|
|
void printNixie2(int8_t a); |