![]() |
|
|||||
#include <stdio.h>
#include <stdlib.h>
#include "TeleoMioDin.h"
#include "TeleoMioPwm.h"
#include "TeleoEasy.h"
Go to the source code of this file.
Functions | |
| TeleoError | valueUpdate (TMioDin *tmdin, bool value) |
| TeleoError | dutyUpdate (TMioPwm *tmpwm, float value) |
| int | main (int argc, char *argv[]) |
Variables | |
| TeleoDeviceManager * | teleoDeviceManager |
| TMioDin * | button1 |
| TMioDin * | button2 |
| TMioPwm * | light |
| int8 | lightValue |
Definition in file light.c.
|
||||||||||||
|
Definition at line 85 of file light.c. References TELEO_OK, and TeleoError. |
|
||||||||||||
|
Definition at line 29 of file light.c. References button1, button2, cchar, light, lightValue, TELEO_OK, TeleoEasy_Continue(), TeleoEasy_Init(), TeleoEasy_Start(), TMioDin_Create(), TMioDin_valueCallbackSet(), TMioPwm_Create(), and TMioPwm_dutyCallbackSet(). |
|
||||||||||||
|
|
|
|
Definition at line 22 of file light.c. Referenced by main(). |
|
|
Definition at line 23 of file light.c. Referenced by main(). |
|
|
Definition at line 24 of file light.c. Referenced by main(). |
|
|
Definition at line 27 of file light.c. Referenced by main(). |
|
|
|
|
copyright © 2002, 2003 MakingThings LLC |