Add picocalc stm32 i2c keyboard code
This commit is contained in:
9
Code/picocalc_keyboard/backlight.h
Normal file
9
Code/picocalc_keyboard/backlight.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BACKLIGHT_H
|
||||
#define BACKLIGHT_H
|
||||
|
||||
void lcd_backlight_update_reg();
|
||||
|
||||
void lcd_backlight_update(int);
|
||||
void kbd_backlight_update(int);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user