Сбор информации о погодных условиях

Dependencies:   RF24 USBDevice mbed

Committer:
pro100kot14
Date:
Wed Oct 28 20:49:13 2015 +0000
Revision:
3:346b49152f1e
Added the class that implements the data transmission through the module nRF24L01;; Running waiting for requests and responses to them

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pro100kot14 3:346b49152f1e 1 #ifndef REQUESTSCODES_H
pro100kot14 3:346b49152f1e 2 #define REQUESTSCODES_H
pro100kot14 3:346b49152f1e 3
pro100kot14 3:346b49152f1e 4 enum RequestsCodes{
pro100kot14 3:346b49152f1e 5 SHADE_TEMPERATURE = 101,
pro100kot14 3:346b49152f1e 6 LIGHT_TEMPERATURE,
pro100kot14 3:346b49152f1e 7 LIGHT,
pro100kot14 3:346b49152f1e 8 };
pro100kot14 3:346b49152f1e 9
pro100kot14 3:346b49152f1e 10 #endif