Update ReadMe.md

This commit is contained in:
Aruna Tennakoon 2022-07-27 08:45:41 +07:00 committed by GitHub
parent 128d4c1d36
commit d3baec5d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Now you should have a libhello.a in the path.
Invoke the function from Ardunio sketch. example.ino
``
```
#include <hello.h> // hello.h header from our library (arduino-helloworld-lib)
#define BAUD_RATE 9600
@ -42,7 +42,7 @@ void loop() {
Serial.println(result);
delay(1000);
}
``
```