Skip to content

Commit 57e273f

Browse files
committed
Added json configuration files in data/ directory.
Removed .gitignore inside the directory.
1 parent 0780c4a commit 57e273f

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

data/.gitignore

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

data/boards_db.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"default_boards": [
3+
"Arduino Uno",
4+
"Arduino Leonardo",
5+
"Arduino Mega 2560 or Mega ADK"
6+
],
7+
"special_boards": {
8+
}
9+
}

data/disqus_comments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"library": "This library and its examples where tested on TEST_DATE with common Arduino boards. For more detailed information about the test results, please look at each example's comments.",
3+
"example_success": "This example was tested on TEST_DATE and it compiles on BOARDS_LIST.",
4+
"example_fail": "This example was tested on TEST_DATE and it failed to compile on common Arduino boards.",
5+
"example_unsupported": "This example is not known to compile with any of the codebender supported boards."
6+
}

data/examples_without_library.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
"01.Basics",
3+
"02.Digital",
4+
"03.Analog",
5+
"04.Communication",
6+
"05.Control",
7+
"06.Sensors",
8+
"07.Display",
9+
"07.Display",
10+
"09.USB",
11+
"10.StarterKit",
12+
"ArduinoISP"
13+
]

0 commit comments

Comments
 (0)