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:
- 34:d5ec41049341
- Parent:
- 33:06cbea3c9d4c
- Child:
- 36:85831ebc80f0
diff -r 06cbea3c9d4c -r d5ec41049341 main.cpp --- a/main.cpp Thu Apr 25 18:57:23 2019 +0000 +++ b/main.cpp Wed May 08 13:37:18 2019 +0000 @@ -49,7 +49,7 @@ DigitalOut alert( MBED_CONF_IOTKIT_LED3 ); // Aktore(n) -Motor m1( MBED_CONF_IOTKIT_MOTOR1_PWM, MBED_CONF_IOTKIT_MOTOR1_FWD, MBED_CONF_IOTKIT_MOTOR1_REV ); // PWM, Vorwaerts, Rueckwarts +Motor m1( MBED_CONF_IOTKIT_MOTOR2_PWM, MBED_CONF_IOTKIT_MOTOR2_FWD, MBED_CONF_IOTKIT_MOTOR2_REV ); // PWM, Vorwaerts, Rueckwarts PwmOut speaker( MBED_CONF_IOTKIT_BUZZER ); /** Hilfsfunktion zum Publizieren auf MQTT Broker */