Library for my home monitoring classes and serial communication protocol. It monitors temperature and movement on the mbed application board.

Dependents:   FinalProject

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers HomeMonUtils.h Source File

HomeMonUtils.h

00001 #include <string>
00002 
00003 bool convert_sample(double, std::string &);