5 lines
90 B
C
5 lines
90 B
C
|
/* fichier nixie.h */
|
||
|
#include "Arduino.h"
|
||
|
#include "hardware.h"
|
||
|
|
||
|
void printNixie(byte a);
|