Skip to content

Common Library for Platforms to use FujiNet device (network and fuji implemented)

License

Notifications You must be signed in to change notification settings

FujiNetWIFI/fujinet-lib

Repository files navigation

Fujinet Lib

Routines for using the FujiNet Adapter sub-device.

The top level folder contains the .h API, one subfolder for each platform.

Each fujinet device is then a subdirectory of the src directory, e.g. clock, fuji, network.

Building

If required, specify TARGETS list.

$ make clean
$ make release

Testing

Testing is done with BDD features. See Testing README