mirror of
https://github.com/kakopappa/how-to-make-a-precompiled-arduino-library-for-esp8266-esp32.git
synced 2025-06-08 14:10:15 +03:00
Update ReadMe.md
This commit is contained in:
parent
128d4c1d36
commit
d3baec5d28
@ -26,7 +26,7 @@ Now you should have a libhello.a in the path.
|
|||||||
|
|
||||||
Invoke the function from Ardunio sketch. example.ino
|
Invoke the function from Ardunio sketch. example.ino
|
||||||
|
|
||||||
``
|
```
|
||||||
#include <hello.h> // hello.h header from our library (arduino-helloworld-lib)
|
#include <hello.h> // hello.h header from our library (arduino-helloworld-lib)
|
||||||
|
|
||||||
#define BAUD_RATE 9600
|
#define BAUD_RATE 9600
|
||||||
@ -42,7 +42,7 @@ void loop() {
|
|||||||
Serial.println(result);
|
Serial.println(result);
|
||||||
delay(1000);
|
delay(1000);
|
||||||
}
|
}
|
||||||
``
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user