Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-makaro/pong-tie
Pong running on a bowtie (not working yet)
https://github.com/t-makaro/pong-tie
Last synced: 4 days ago
JSON representation
Pong running on a bowtie (not working yet)
- Host: GitHub
- URL: https://github.com/t-makaro/pong-tie
- Owner: t-makaro
- License: mit
- Created: 2018-07-29T21:10:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T21:30:56.000Z (over 6 years ago)
- Last Synced: 2024-11-08T02:25:14.680Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tinker Pong
Pong running on Atom Computer's Tinker Tie. http://atomcomputer.us/tinkertie/My Tinker Tie is modified to have an extra digital button connected to pins 10 (ground), 12 (read), 13 (3.3V)
Pins 12, 13 are used instead of power and ground pins since pins 10, 13 are closer to the location of the extra button.To use this code with an unmodified Tinker Tie do the following in TinkerTie.ino:
1. remove the pinMode/digitalWrites for the extra button in setup()
2. remove the call to colourProfileButton in loop()
3. (optional) remove the #define for buttonPin, buttonPowerPin, groundPin and the definition of colourProfileButton()