README
This commit is contained in:
parent
0fcde7d33a
commit
c8e3f4ef39
@ -1 +1 @@
|
||||
Subproject commit 8a099f5c215424ff34ceafaaa35615ec0fbeb685
|
||||
Subproject commit ef24c49eca216afc21df4132b4d2a86eb717f512
|
3
README.adoc
Normal file
3
README.adoc
Normal file
@ -0,0 +1,3 @@
|
||||
= Pousse-seringue (simulateur d'interface)
|
||||
|
||||
Pour le reste du projet voir https://git.leserveurdansmongrenier.uk/leo/PSE-firmware[PSE-firmware].
|
2
main.c
2
main.c
@ -121,7 +121,9 @@ int main(int argc, char** argv){
|
||||
lv_label_set_text(cursor, "A");
|
||||
lv_indev_set_cursor(my_indev, cursor);
|
||||
|
||||
// load first workspace from sd
|
||||
load_units(pse_units, pse_syringes, pse_stepper_confs, pse_steppers_status, pse_home_displays, PSE_UNITS_NUM, 0);
|
||||
|
||||
Home_Screen_Gen(pse_units, PSE_UNITS_NUM, false);
|
||||
|
||||
pthread_t tickThread;
|
||||
|
Loading…
x
Reference in New Issue
Block a user