mirror of
https://github.com/solderparty/i2c_puppet.git
synced 2025-08-18 00:59:39 +02:00
7 lines
89 B
C
7 lines
89 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void backlight_sync(void);
|
|
void backlight_init(void);
|