mirror of
https://github.com/kakopappa/how-to-make-a-precompiled-arduino-library-for-esp8266-esp32.git
synced 2025-07-26 13:31:03 +03:00
initial commit
This commit is contained in:
6
lib/hello.h
Normal file
6
lib/hello.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HELLO_H
|
||||
#define HELLO_H
|
||||
|
||||
int add(int x, int y);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user