I need to drive a pin on a device low to factory reset the device. #306
Replies: 4 comments
-
Posted at 2014-08-07 by d0773d Well, I was wrong when I said hooking the pin to ground didn't work. Hooking the pin to ground did work :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-07 by DrAzzy Connect it to ground, or do digitalWrite(pin,0); |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-09 by roy.emmerich or:
where |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-15 by d0773d @drazzy and @roy.emmerich thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-07 by d0773d
I need to reset a device to factory defaults by driving a certain pin to low. The device manual states "Unit reset to default, active low. Drive low to reset unit to default settings." I tried hooking the pin to ground but I don't think that worked. How do I drive an Espruino pin to low to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions