mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
9 lines
208 B
C++
9 lines
208 B
C++
#include <ion/src/device/bench/bench.h>
|
|
#include <ion/backlight.h>
|
|
|
|
void ion_main(int argc, const char * const argv[]) {
|
|
// Initialize the backlight
|
|
Ion::Backlight::init();
|
|
Ion::Device::Bench::run();
|
|
}
|