Skip to content

Commit

Permalink
Add AT Commands (#5)
Browse files Browse the repository at this point in the history
* Add AT commands

* Use built-in AT commands

* Make timeout_ms public

* Remove unnecessary debug prints
  • Loading branch information
PowerBroker2 authored Feb 16, 2020
1 parent 9b69e68 commit 9ee9417
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 168 deletions.
2 changes: 1 addition & 1 deletion ELMduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool ELM327::initializeELM()
{
char *match;

sendCommand("AT E0"); // echo off
sendCommand(ECHO_OFF);

delay(100);

Expand Down
Loading

0 comments on commit 9ee9417

Please sign in to comment.