Exercise 10 works now, #9 needs to be revised accordingly
This commit is contained in:
parent
3b15b0aeef
commit
0077381546
12 changed files with 1775 additions and 0 deletions
15
exercises/09_GPS_Time/lib/system_startup/library.json
Normal file
15
exercises/09_GPS_Time/lib/system_startup/library.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "system_startup",
|
||||
"version": "0.1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "startup_sd"
|
||||
},
|
||||
{
|
||||
"name": "U8g2"
|
||||
},
|
||||
{
|
||||
"name": "Wire"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue