Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patkub/pltw-arduino
PLTW Arduino
https://github.com/patkub/pltw-arduino
Last synced: 24 days ago
JSON representation
PLTW Arduino
- Host: GitHub
- URL: https://github.com/patkub/pltw-arduino
- Owner: patkub
- License: mit
- Created: 2015-04-09T22:12:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T20:50:26.000Z (about 8 years ago)
- Last Synced: 2023-08-10T05:42:20.029Z (about 1 year ago)
- Language: Arduino
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Arduino
=======Arduino code
| Item | Description |
|------------------------------|---------------------------------------------------------------------------------------|
| Accelerometer Motor | Use an accelerometer to drive a motor. |
| Accelerometer Position | Display position and acceleration of an accelerometer. |
| Alternate Blink | Alternates between two LEDs every second. |
| Blink | Turns on an LED on for one second, then off for one second, repeatedly. |
| Count Down to Graduation | LCD count down to graduation displayed in days, hours, minutes, and seconds. |
| Micro Servo Pot | Control a servo motor using a potentiometer with accurate positioning. |
| Morra Game | Play against the computer by throwing hands and guessing the total number of fingers. |
| Push Button | Reads a VEX bumber switch (or pushbutton) and turns on an LED. |
| Servo Potentiometer | Control a servo motor using a potentiometer. |
| Two Axis Accelerometer | Reads input from a Memsic 2125 two-axis accelerometer. |