An open API service indexing awesome lists of open source software.

https://github.com/sparkfun/sf32u4_boards

Support files for SparkFun's 32u4-based Arduino-compatible development boards.
https://github.com/sparkfun/sf32u4_boards

Last synced: 2 months ago
JSON representation

Support files for SparkFun's 32u4-based Arduino-compatible development boards.

Awesome Lists containing this project

README

        

###***NOTE: This repository is no longer being maintained. We have (or will) migrate all support to the [Arduino Boards](https://github.com/sparkfun/Arduino_Boards) repository. Please use this repository for reference or older products only.***

SparkFun ATmega32U4 Board Support
===========================

This contains support for the following SparkFun 32u4 based Arduino-compatible development boards:
* [ProMicro 5V](https://www.sparkfun.com/products/11098)
* [ProMicro 3.3V](https://www.sparkfun.com/products/10999)
* [Fio v3](https://www.sparkfun.com/products/11520)
* [MakeyMakey](https://www.sparkfun.com/products/11511)
* [Qduino Mini]()

### Installation Instructions

To add this support to your Arduino IDE, simply copy the "sparkfun" folder, and all of its contents, into a "hardware" directory in one of two
places:
* The actual Arduino directory
* Directory structure example: C:/Program Files (x86)/Arduino/hardware/sparkfun/avr
* Inside your Sketchbook directory
* Directory structure example: C:/Users/userName/Arduino/hardware/sparkfun/avr

### Notes

* **Please note: This will only work under Arduino IDE versions 1.5 and up.**
* **For Arduino 1.0.X Compatibility**: Please download our [release for Arduino 1.0.6 and earlier](https://github.com/sparkfun/SF32u4_boards/releases/tag/pre-1.6).
* Information on compiling and programming the bootloader can be found in the bootloader directory.