initial upload

This commit is contained in:
Harald Pichler 2014-10-23 11:06:25 +02:00
parent 914f5b931b
commit dfaa8c0f32
9 changed files with 329 additions and 0 deletions

View file

@ -0,0 +1,30 @@
/**
* \defgroup Arduino LED PWM example
*
* Resource definition for Arduino LED PWM module
*
* @{
*/
/**
* \file
* Resource definitions for the Arduino LED PWM module
*
* \author
* Ralf Schlatterbeck <rsc@tux.runtux.com>
*/
#ifndef water_h
#define water_h
#include "contiki.h"
#include "contiki-net.h"
#include "erbium.h"
#include "er-coap-13.h"
extern uint8_t water_pin;
extern uint16_t water_voltage;
extern resource_t resource_water;
#endif // water_h
/** @} */