Skip to content

Commit

Permalink
Example in README edited
Browse files Browse the repository at this point in the history
  • Loading branch information
mohake-keshavarzi committed May 7, 2024
1 parent 76d8030 commit b5e7e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ SoftwareSerial shieldSerial(7, 8); //RX and TX

void setup() {
Serial.begin(9600); // Initialize serial communication
SIM900 sim900(&shieldSerial); // Initialize the SIM900 shield
shieldSerial.begin(9600) // Initialize shield communication
SIM900 sim900(shieldSerial); // Initialize the SIM900 shield

// Your code goes here...
}
Expand Down

0 comments on commit b5e7e12

Please sign in to comment.