mirror of
https://github.com/kakopappa/how-to-make-a-precompiled-arduino-library-for-esp8266-esp32.git
synced 2025-06-08 22:20:13 +03:00
6 lines
63 B
C
6 lines
63 B
C
#ifndef HELLO_H
|
|
#define HELLO_H
|
|
|
|
int add(int x, int y);
|
|
|
|
#endif |