6 lines
112 B
C++
6 lines
112 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
bool twodotfour_backlight_init();
|
|
void twodotfour_backlight_set(uint8_t duty); |