Rename project.
This commit is contained in:
parent
e74fe369e5
commit
42a3835b43
4 changed files with 9 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
|||
# Control I/O pins with a webhook
|
||||
|
||||
This is an Arduino IDE sketch for a "smart" controller that can activate pins
|
||||
based on the state of some webpage. The motivating use cases are:
|
||||
based on the state of some webpage. (designed to be driven by [gpio webhook server](https://git.annabunch.es/annabunches/gpio-webhook-server))
|
||||
The motivating use cases are:
|
||||
|
||||
* Controlling a PC power switch remotely, using a transistor wired to the power switch pins
|
||||
* Lighting specific LEDs to create a remotely controlled 'traffic light'.
|
||||
|
||||
This sketch currently targets only the ESP8266, and will probably not work with other
|
||||
microcontrollers. Support for other boards may come if I run out of ESP8266's.
|
||||
microcontrollers. Support for other boards may come if I run out of ESP8266s.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -54,4 +55,4 @@ state to '0' after the page is served / the webhook is consumed.
|
|||
## Future Improvements
|
||||
|
||||
* make it actually work...
|
||||
* use WifiManager?
|
||||
* use WifiManager?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue