-
Notifications
You must be signed in to change notification settings - Fork 1
interface library to iqrf devices
nandra/libiqrf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
libiqrf --------- provides C functions to access a iqrf devices (www.iqrf.org) see iqrf.h for the functions available from the library. For more information on the protocol, see the source code or www.iqrf.org (SPI). Library compilation: 1. mkdir .build 2. cd .build 3. cmake .. 4. make Default location is in /usr/local/lib. To use this library in your custom applications add: -L/usr/local/lib -liqrf -- Marek Belisko <marek.belisko@gmail.com>
About
interface library to iqrf devices
Resources
Stars
Watchers
Forks
Packages 0
No packages published