/* * TM1637 library test * -- Jon McPhalen * -- 22 DEC 2019 * */ #include "propeller.h" #include "tm1637.h" void main() { tm1637_setup(4, 5, 6); while (1) { } }