IoTKitV3 / Mbed OS MQTTPublish

Dependencies:   QEI MFRC522 HTS221 IoTKit BMP180 MQTT

Fork of MQTTPublish by smd.iotkit2.ch

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 */