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) (→LCD) |
Walttheboss (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This is the beginning of my documentation on the arduino. | This is the beginning of my documentation on the arduino. | ||
== Getting Started == | ==Getting Started== | ||
<br /> | <br /> | ||
== Basics == | ==Basics== | ||
<br /> | <br /> | ||
== Display == | ==Display== | ||
=== LCD === | ===LCD=== | ||
Basic 16 x 2 Display with I2C backpack | Basic 16 x 2 Display with I2C backpack | ||
By far the best starting point. | By far the best starting point. | ||
*[[Arduino/LCD Display | LCD Display]] | *[[Arduino/LCD Display | LCD Display]] | ||
<br /> | == Communication == | ||
This is any way we communicate with the board.<br /> |
Revision as of 04:42, 6 May 2021
This is the beginning of my documentation on the arduino.
Getting Started
Basics
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.