Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willprice/wavy-sounds
https://github.com/willprice/wavy-sounds
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/willprice/wavy-sounds
- Owner: willprice
- Created: 2014-08-05T10:31:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T12:12:36.000Z (over 10 years ago)
- Last Synced: 2023-04-23T07:54:00.158Z (over 1 year ago)
- Language: Arduino
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wavy-sounds
===========To use:
----
1. First download the zip.
2. Extract the zip to your arduino sketchbook folder so that your folder hierarchy looks like/home/$USER/.../arduino sketchbook/
── libraries
│ ├── NewPing
│ │ ├── examples
│ │ │ ├── NewPing15Sensors
│ │ │ │ └── NewPing15Sensors.pde
│ │ │ ├── NewPingEventTimer
│ │ │ │ └── NewPingEventTimer.pde
│ │ │ ├── NewPingExample
│ │ │ │ └── NewPingExample.ino
│ │ │ └── TimerExample
│ │ │ └── TimerExample.pde
│ │ ├── keywords.txt
│ │ ├── NewPing.cpp
│ │ └── NewPing.h
└── wavy_sounds
├── midi_commands.ino
├── README.md
├── sonar_commands.ino
└── wavy_sounds.ino