This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "cmake.sourceDirectory" : " ${workspaceRoot}/examples" ,
77 "cmake.buildDirectory" : " ${workspaceRoot}/build/cmake-build-debug" ,
88 "cmake.preferredGenerators" : [
9+ " Ninja" ,
910 " Unix Makefiles" ,
10- " Ninja"
1111 ],
1212 "cmake.configureOnOpen" : true ,
13- "C_Cpp.intelliSenseEngineFallback" : " Enabled"
13+ "C_Cpp.intelliSenseEngineFallback" : " Enabled" ,
14+ "C_Cpp.default.configurationProvider" : " vector-of-bool.cmake-tools"
1415}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ void setup()
77
88void loop ()
99{
10- digitalWrite (LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
11- delay (1000 ); // wait for a second
12- digitalWrite (LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
13- delay (1000 ); // wait for a second
10+ digitalWrite (LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
11+ delay (1000 ); // wait for a second
12+ digitalWrite (LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
13+ delay (1000 ); // wait for a second
1414}
You can’t perform that action at this time.
0 commit comments