software reset (reboot)
pongmstr2
Posts: 16
has anyone tried using the "reboot" function, i tried it and can't get it to work.· here is my code
pub toggle
· dira[noparse][[/noparse]7]~~
·
· repeat
···· if ina[noparse][[/noparse]0] ==1
······· reboot
·
pub toggle
· dira[noparse][[/noparse]7]~~
·
· repeat
···· if ina[noparse][[/noparse]0] ==1
······· reboot
·
Comments
There's nothing wrong with the "reboot" function.
What behavior of your program leads you to believe reboot is not working? Do you have a pullup on A7 so so you can observe it going high when the Prop is rebooting?
-Phil