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:
- 31:747be5f4f781
- Parent:
- 30:2829089e2ef3
- Child:
- 32:020ebbef6706
diff -r 2829089e2ef3 -r 747be5f4f781 main.cpp --- a/main.cpp Mon Apr 22 13:58:24 2019 +0000 +++ b/main.cpp Mon Apr 22 14:34:09 2019 +0000 @@ -47,8 +47,8 @@ DigitalOut alert( MBED_CONF_IOTKIT_LED3 ); // Aktore(n) -Motor m1(D3, D2, D4); // PWM, Vorwaerts, Rueckwarts -PwmOut speaker( D12 ); +Motor m1( MBED_CONF_IOTKIT_MOTOR1_PWM, MBED_CONF_IOTKIT_MOTOR1_FWD, MBED_CONF_IOTKIT_MOTOR1_REV ); // PWM, Vorwaerts, Rueckwarts +PwmOut speaker( MBED_CONF_IOTKIT_BUZZER ); /** Hilfsfunktion zum Publizieren auf MQTT Broker */ void publish( MQTTNetwork &mqttNetwork, MQTT::Client<MQTTNetwork, Countdown> &client, char* topic )