mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
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); |