IO is an event based input manager which permit to select which composents are manged on your system

Dependencies:   C12832 FXOS8700Q LM75B MMA7660

Committer:
co838_app56
Date:
Thu Feb 25 15:12:32 2016 +0000
Revision:
4:50e2aefe516b
Parent:
0:2ac59c564ab0
Fixing precision issue;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
co838_app56 0:2ac59c564ab0 1 #include "RGBLed.h"
co838_app56 0:2ac59c564ab0 2
co838_app56 0:2ac59c564ab0 3 RGBLed::RGBLed(PinName pr, PinName pg, PinName pb) : r(pr, 1), g(pg, 1), b(pb, 1) {}