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