removed TODO
This commit is contained in:
parent
09c4da055f
commit
6b196fbc78
4
.vscode/arduino.json
vendored
Normal file
4
.vscode/arduino.json
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"board": "arduino:avr:uno",
|
||||||
|
"sketch": "wordclock.ino"
|
||||||
|
}
|
19
.vscode/c_cpp_properties.json
vendored
Normal file
19
.vscode/c_cpp_properties.json
vendored
Normal 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
|
||||||
|
}
|
@ -4,7 +4,7 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
TODO: alarms
|
*
|
||||||
*/
|
*/
|
||||||
class DS3231
|
class DS3231
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user