Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Functions | |
void | init () |
void | shutdown () |
void | suspend () |
void | resume () |
void | setLevel (uint8_t level) |
uint8_t | level () |
void | sendPulses (int n) |
void Ion::Backlight::Device::init | ( | ) |
Definition at line 35 of file backlight.cpp.
uint8_t Ion::Backlight::Device::level | ( | ) |
Definition at line 70 of file backlight.cpp.
void Ion::Backlight::Device::resume | ( | ) |
Definition at line 51 of file backlight.cpp.
void Ion::Backlight::Device::sendPulses | ( | int | n | ) |
Definition at line 74 of file backlight.cpp.
void Ion::Backlight::Device::setLevel | ( | uint8_t | level | ) |
Definition at line 59 of file backlight.cpp.
void Ion::Backlight::Device::shutdown | ( | ) |
Definition at line 41 of file backlight.cpp.
void Ion::Backlight::Device::suspend | ( | ) |
Definition at line 46 of file backlight.cpp.