2018-12-03から1日間の記事一覧

micro:bit / mbed / 温湿度センサーAM2302 (DHT22) / まとめ / クラス化する

qiita.com AM2302_lib - Google ドライブ ▶AM2302.h #ifndef AM2302_H #define AM2302_H class AM2302{ private: static int bits2bytes(int *buf, int pos); // extracts and creates a 8-bit value from any position in an array of 1s or 0s. int _pin; …