Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 702 Bytes

Build Status

Nifty - Erlang NIF Wrapper Generator

Website: [http://parapluu.github.io/nifty-contiki/]

Nifty Contiki is an Function Call Interface Generator for Contiki. It enables calling C-Functions specified in a C-Header file to be called over the serial bus.

Nifty Contiki is a fork of Nifty, an Erlang Native Function Interface Generator.

Installation

After succesfully cloning enter the following commands

make

and include Nifty Contiki in your ERL_LIBS path.

Dependencies

  • libclang including the header files
  • clang compiler