removed TODO

This commit is contained in:
Lurkars
2019-12-29 16:29:02 +01:00
parent 09c4da055f
commit 6b196fbc78
3 changed files with 24 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"board": "arduino:avr:uno",
"sketch": "wordclock.ino"
}
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"/opt/arduino/tools/**",
"/opt/arduino/hardware/arduino/avr/**"
],
"forcedInclude": [
"/opt/arduino/hardware/arduino/avr/cores/arduino/Arduino.h"
],
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}
+1 -1
View File
@@ -4,7 +4,7 @@
#include <Arduino.h> #include <Arduino.h>
/** /**
TODO: alarms *
*/ */
class DS3231 class DS3231
{ {