Arduino: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) |
Walttheboss (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
==Basics== | ==Basics== | ||
== Input Devices == | |||
This is anything you use to talk to the board and set directives. | |||
If you are doing this wirelessly then look at the Communications section below. | |||
[[Arduino/LCD Display | LCD Display]] | |||
==Display== | ==Display== | ||
Line 15: | Line 21: | ||
[[Arduino/LCD Display | LCD Display]] | [[Arduino/LCD Display | LCD Display]] | ||
== Communication == | ==Communication== | ||
This is any way we communicate with the board.<br /> | This is any way we communicate with the board.<br /> | ||
Revision as of 04:44, 6 May 2021
This is the beginning of my documentation on the arduino.
Getting Started
Basics
Input Devices
This is anything you use to talk to the board and set directives.
If you are doing this wirelessly then look at the Communications section below.
Display
LCD
Basic 16 x 2 Display with I2C backpack By far the best starting point.
Communication
This is any way we communicate with the board.