https://github.com/daggilli/arduino_basics
A very simple project to showcase the most elementary Arduino I/O operations
https://github.com/daggilli/arduino_basics
arduino cpp interfacing-sensors platformio tutorial-code
Last synced: 6 months ago
JSON representation
A very simple project to showcase the most elementary Arduino I/O operations
- Host: GitHub
- URL: https://github.com/daggilli/arduino_basics
- Owner: daggilli
- License: bsd-3-clause
- Created: 2025-02-19T02:38:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-19T15:52:08.000Z (about 1 year ago)
- Last Synced: 2025-10-11T19:31:54.045Z (6 months ago)
- Topics: arduino, cpp, interfacing-sensors, platformio, tutorial-code
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ARDUINO_BASICS
A small project to demonstrate a number of elementary features of the Arduino Uno. The project includes reading and writing to digital pins, reading an analogue value, using a PWM output, and communication via the serial port. There is also a simple moving average class to reduce noise from external sources, and code to interpret the signal from a TMP36 temperature sensor.
This is very basic stuff but still useful to beginnners.
The development environment is PlatformIO.
The setup used for this example is as follows:
