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.
- Host: GitHub
- URL: https://github.com/sparkfun/sf32u4_boards
- Owner: sparkfun
- Created: 2012-11-14T16:12:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T22:03:51.000Z (over 9 years ago)
- Last Synced: 2025-03-28T09:43:12.682Z (3 months ago)
- Language: C
- Size: 723 KB
- Stars: 70
- Watchers: 50
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.