1
0
Fork 0

Backlight - Carve out a better location for private driver functionality (#8329)

* rename backlight_soft to match rules.mk

* rename backlight_soft to match rules.mk - update common_features

* Carve out a better location for private driver backlight functionality
This commit is contained in:
Joel Challis 2020-03-07 12:09:49 +00:00 committed by GitHub
parent d7ba0ad684
commit 3a303bd2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 73 additions and 69 deletions

View file

@ -0,0 +1,7 @@
#pragma once
void backlight_pins_init(void);
void backlight_pins_on(void);
void backlight_pins_off(void);
void breathing_task(void);