Fighting with pid loops. WIP.

This commit is contained in:
Anna Rose Wiggins 2021-07-23 16:04:26 -04:00
parent a39f5fa328
commit dd6f3d528b
7 changed files with 83 additions and 13 deletions

12
boot/helicopter.ks Normal file
View file

@ -0,0 +1,12 @@
// helicopter bootstrapping sequence
deletepath("/boot/helicopter").
// Install software.
compile "0:/helicopter/ui" to "1:/init".
compile "0:/helicopter/hover" to "1:/hover".
// Set OS to boot and restart.
set core:bootfilename to "/init".
reboot.