quitar archivos configuracion visual
parent
64f8d6eef2
commit
183d18bbb7
|
|
@ -1,2 +1,3 @@
|
||||||
/globoSonda/src/.vs/*
|
/globoSonda/src/.vs/*
|
||||||
/web_api/__pycache__/*
|
/web_api/__pycache__/*
|
||||||
|
/globoSonda/.vs/*
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"ExpandedNodes": [
|
|
||||||
"",
|
|
||||||
"\\examples",
|
|
||||||
"\\src"
|
|
||||||
],
|
|
||||||
"SelectedNode": "\\src\\SIM808Manager.cpp",
|
|
||||||
"PreviewInSolutionExplorer": false
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -15,7 +15,7 @@ void setup() {
|
||||||
|
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
Wire.begin(SDA_PIN, SCL_PIN);
|
Wire.begin(SDA_PIN, SCL_PIN);
|
||||||
acele.Init(&Wire);
|
acele.Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue