diff --git a/.gitignore b/.gitignore index 883d3b6..5658db0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /globoSonda/src/.vs/* /web_api/__pycache__/* +/globoSonda/.vs/* diff --git a/globoSonda/.vs/VSWorkspaceState.json b/globoSonda/.vs/VSWorkspaceState.json deleted file mode 100644 index ba52e4c..0000000 --- a/globoSonda/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\examples", - "\\src" - ], - "SelectedNode": "\\src\\SIM808Manager.cpp", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/globoSonda/.vs/globoSonda/FileContentIndex/9a3d155b-a5d0-4fa6-a78b-6962654c3eaf.vsidx b/globoSonda/.vs/globoSonda/FileContentIndex/9a3d155b-a5d0-4fa6-a78b-6962654c3eaf.vsidx deleted file mode 100644 index dbdee03..0000000 Binary files a/globoSonda/.vs/globoSonda/FileContentIndex/9a3d155b-a5d0-4fa6-a78b-6962654c3eaf.vsidx and /dev/null differ diff --git a/globoSonda/.vs/globoSonda/v17/.suo b/globoSonda/.vs/globoSonda/v17/.suo deleted file mode 100644 index abfa670..0000000 Binary files a/globoSonda/.vs/globoSonda/v17/.suo and /dev/null differ diff --git a/globoSonda/.vs/globoSonda/v17/Browse.VC.db b/globoSonda/.vs/globoSonda/v17/Browse.VC.db deleted file mode 100644 index be20242..0000000 Binary files a/globoSonda/.vs/globoSonda/v17/Browse.VC.db and /dev/null differ diff --git a/globoSonda/.vs/slnx.sqlite b/globoSonda/.vs/slnx.sqlite deleted file mode 100644 index 648dea5..0000000 Binary files a/globoSonda/.vs/slnx.sqlite and /dev/null differ diff --git a/globoSonda/examples/esp8266_acelerometro/esp8266_acelerometro.ino b/globoSonda/examples/esp8266_acelerometro/esp8266_acelerometro.ino index ae30254..56eb7c9 100644 --- a/globoSonda/examples/esp8266_acelerometro/esp8266_acelerometro.ino +++ b/globoSonda/examples/esp8266_acelerometro/esp8266_acelerometro.ino @@ -15,7 +15,7 @@ void setup() { Serial.begin(9600); Wire.begin(SDA_PIN, SCL_PIN); - acele.Init(&Wire); + acele.Init(); } void loop() {