diff --git a/README b/README index 4e5580a..26268e2 100644 --- a/README +++ b/README @@ -39,3 +39,13 @@ int main(void){ } return 0; // never reached } + +For Arduino-Users: + +Remember that this library is a c-library. Type + +extern "C"{ + #include "lcd.h" +} + +for include.