Skip to content
Snippets Groups Projects
Unverified Commit e9de321a authored by Roxy-3D's avatar Roxy-3D Committed by GitHub
Browse files

declare void Max7219_register_setup();

parent 952a1bc9
Branches
Tags
No related merge requests found
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
#define max7219_reg_displayTest 0x0F #define max7219_reg_displayTest 0x0F
void Max7219_init(); void Max7219_init();
void Max7219_register_setup();
void Max7219_PutByte(uint8_t data); void Max7219_PutByte(uint8_t data);
void Max7219_pulse_load(); void Max7219_pulse_load();
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment