Skip to content

Commit

Permalink
5d stage of update (readme 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper7 authored Oct 17, 2019
1 parent f716786 commit 0454d52
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ SoftwareSerial swSerSDM;
// | ________________________________________baudrate
// | | _____________________________dere pin for max485
// | | | _______________software uart config
// | | | | ________rx pin number(obligatory)
// | | | | | _tx pin number(obligatory)
// | | | | | |
SDM sdm(swSerSDM, 9600, NOT_A_PIN, SWSERIAL_8N1, rxpin, txpin);
// | | | | ___________rx pin number(obligatory)
// | | | | | _______tx pin number(obligatory)
// | | | | | |
SDM sdm(swSerSDM, 9600, NOT_A_PIN, SWSERIAL_8N1, 13, 15);


// for AVR
Expand Down Expand Up @@ -101,10 +101,10 @@ SoftwareSerial swSerSDM;
// | ________________________________________baudrate
// | | _____________________________dere pin for max485
// | | | _______________software uart config
// | | | | ________rx pin number(obligatory)
// | | | | | _tx pin number(obligatory)
// | | | | | |
SDM sdm(swSerSDM, 9600, NOT_A_PIN, SWSERIAL_8N1, rxpin, txpin);
// | | | | ___________rx pin number(obligatory)
// | | | | | _______tx pin number(obligatory)
// | | | | | |
SDM sdm(swSerSDM, 9600, NOT_A_PIN, SWSERIAL_8N1, 13, 15);


// for AVR
Expand Down

0 comments on commit 0454d52

Please sign in to comment.