Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
add information for Arduino
  • Loading branch information
Sylaina committed Feb 18, 2018
1 parent aede0e6 commit 436ba69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Expand Up @@ -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.

0 comments on commit 436ba69

Please sign in to comment.