Skip to content

maxmclau/lwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published