Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: QEI MFRC522 HTS221 IoTKit BMP180 MQTT
Fork of MQTTPublish by
Diff: main.cpp
- Revision:
- 29:99e8c0ea9ac1
- Parent:
- 28:aa3b3fa5b5a7
- Child:
- 30:2829089e2ef3
--- a/main.cpp Mon Apr 15 11:54:53 2019 +0000 +++ b/main.cpp Mon Apr 15 12:05:57 2019 +0000 @@ -115,7 +115,10 @@ /* Init all sensors with default params */ hum_temp.init(NULL); - hum_temp.enable(); + hum_temp.enable(); + + // RFID Reader initialisieren + rfidReader.PCD_Init(); while ( 1 ) {