Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijhack/ijduino
IJduino
https://github.com/ijhack/ijduino
Last synced: 29 days ago
JSON representation
IJduino
- Host: GitHub
- URL: https://github.com/ijhack/ijduino
- Owner: IJHack
- License: gpl-3.0
- Created: 2014-09-12T00:15:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T08:58:33.000Z (over 8 years ago)
- Last Synced: 2024-03-19T10:20:41.800Z (9 months ago)
- Language: C++
- Size: 15.6 MB
- Stars: 15
- Watchers: 16
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IJduino
-------
* 8X8 LED grid Max7219
* Mini Breadboard
* Atmega328
* Buttonhttp://ijhack.nl/project/ijduino
https://pad.ijhack.nl/p/ijduino
https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true
Installing
----------**Just copy the "hardware" and "libraries" folders into your "Arduino" sketches folder.**
On most Linux and BSD this will be in your home folder.
```
cp -r hardware ~/Arduino/
cp -r libraries ~/Arduino/
```
On Mac OS X it's in the "Documents" folder.
```
cp -r hardware ~/Documents/Arduino/
cp -r libraries ~/Documents/Arduino/
```
On Windows you can find the "Arduino" folder inside your "My Documents" folder.USB-ASP Programmer
------------------On Linux you probably need to add a udev rule to get this working.
Place the following at `/etc/udev/rules.d/99-usbasp.rules````
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", GROUP="users", MODE="0666"
```
Then run `udevadm trigger` to reload the udev rules.Creating Animations
-------------------
http://ijhack.nl/page/led-matrix-generator