This is a renamed project/rework to support the board from arduino board manager. Instead hacking/changing its library files(which is dangerous of course). This project is a merge between Sanguino and a project that i have done in the past. The code is released under the GNU General Public License.
This is a USBino third-party hardware add-on for the Arduino IDE.
To use this add-on simply add the following url: https://raw.githubusercontent.com/khairulhasanmd/USBino/master/package_khairulhasanmd_usbino_index.json to the Arduino boards manager. Please see the following page for more information: https://learn.adafruit.com/add-boards-arduino-v164.
Advanced users can install the hardware add-on manually by creating a folder named "hardware" inside your sketchbook directory. Now move the USBino directory inside that folder. The structure would look like this:
- Arduino/
- hardware/
- USBino/
- avr/
- bootloaders/
- variants/
- README.md
- boards.txt
- USBino/
- hardware/
The board uses USBaspLoader firmware to upload code to the chip. The source code can be found here for now. Only supports the following two chips: Atmega32 and Atmega16.
For more information see the following site: http://www.arduino.cc/en/Guide/Environment#thirdpartyhardware or send me an email at [email protected].