1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

declare void Max7219_register_setup();

This commit is contained in:
Roxy-3D 2018-08-15 10:36:51 -05:00 committed by GitHub
parent 952a1bc9d5
commit e9de321ac0
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();