declare void Max7219_register_setup();

This commit is contained in:
Roxy-3D 2018-08-15 10:39:08 -05:00 committed by GitHub
parent 5f0798544e
commit 3ef6cf0bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@
#define max7219_reg_displayTest 0x0F
void Max7219_init();
void Max7219_register_setup();
void Max7219_PutByte(uint8_t data);
void Max7219_pulse_load();