-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino: Add pin control and interupts #63
Comments
From https://arduino-forth.com/article/FORTH_FlashForth_pinsDefinition |
From WiringPi: https://github.com/kristopherjohnson/wiringPi_gforth |
Note ESP8266 tests performed on Lolin D1 mini pro (like Wemos) and Arduino on Arduino UNO Also: https://www.arduino.cc/en/Tutorial/Foundations/DigitalPins. summary:
Also: https://www.arduino.cc/reference/en/language/functions/analog-io/analogread/ Also https://randomnerdtutorials.com/esp8266-adc-reading-analog-values-with-nodemcu/ See https://randomnerdtutorials.com/esp8266-pinout-reference-gpios/ Most of the ESP8266 development boards have a built-in LED. This LED is usually connected to GPIO2 = D4 |
Straw-person steps
|
Add some words to manage pins.
Some examples of other approaches
The text was updated successfully, but these errors were encountered: