Skip to content

Commit c37f2aa

Browse files
author
Toni Klopfenstein
committed
Fixing structure more to be compliant with Arduino library requirements
1 parent 0cc7b09 commit c37f2aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+32
-13061
lines changed
File renamed without changes.

extras/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Any extra documentation that should accompany the library.
2+
3+
This directory is ignored by the Arduino Package manager, so do not place vital files in here!

src/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
The libraries folder contains an Arduino library for the WS2801. The hardware folder contains the board definitions for the 32u4.
1+
This folder should contain the .cpp and .h files for the library.
2+
3+
If backward compatibility is needed, source code should be placed in the library root folder and in a "utilyt" folder.
4+
5+
Check out the [library specification](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification) for more details.

src/Standard_code_header.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
/******************************************************************************
4+
<filename>
5+
<Title>
6+
<name @ SparkFun Electronics>
7+
<original creation date>
8+
<github repository address>
9+
10+
<multiline verbose description of file functionality>
11+
12+
Resources:
13+
<additional library requirements>
14+
15+
Development environment specifics:
16+
<arduino/development environment version>
17+
<hardware version>
18+
<etc>
19+
20+
This code is beerware; if you see me (or any other SparkFun employee) at the
21+
local, and you've found our code helpful, please buy us a round!
22+
23+
Distributed as-is; no warranty is given.
24+
******************************************************************************/

src/hardware/SF32u4_boards/boards.txt

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)