maxmclau / lwm

Arduino port of Atmel's Lightweight Mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LWM

Arduino port of Atmel Lightweight Mesh.

Install

$ git clone https://github.com/maxmclau/lwm.git

Configuration

LWM requires a lwm.h file with configuration macros in order to compile correctly.

Configuration / Location
├── parent
│   ├── lwm
│   │   ├── hal
│   │   ├── nwk
│   │   ├── phy
│   │   └── sys
│   └── lwm.h
Configuration / Example
#ifndef _LWM_H_
#define _LWM_H_

#define HAL_ATMEGA256RFR2
#define PHY_ATMEGARFR2

#endif // _LWM_H_

License

Atmel Limited License

About

Arduino port of Atmel's Lightweight Mesh

License:Other


Languages

Language:C 83.1%Language:C++ 16.9%