Felícito Manzano
/
CCN_Control_Bahia_TFMiniPlus
Actualizacion General del codigo para CCN con el objetivo de proveer mantenimiento estable.
Revision 8:3fc41e5029f7, committed 2021-05-24
- Comitter:
- fmanzano_dtk
- Date:
- Mon May 24 12:13:06 2021 -0600
- Parent:
- 7:d11eb8f1a02e
- Commit message:
- Cambio de puertos RFID y LIDAR
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon May 24 18:07:26 2021 +0000 +++ b/main.cpp Mon May 24 12:13:06 2021 -0600 @@ -24,8 +24,8 @@ /** CONFIGURACIÓN DE INTERFACES ***************************************** */ Serial pcusb(USBTX, USBRX); Serial gv300(GV300_TX, GV300_RX); -BufferedSerial rf_id(RF_ID_TX, RF_ID_RX); -BufferedSerial lidar(LIDAR_TX, LIDAR_RX); +BufferedSerial rf_id(LIDAR_TX, LIDAR_RX)); +BufferedSerial lidar(RF_ID_TX, RF_ID_RX); InterruptIn mybutton(USER_BUTTON); DigitalOut myled(LED1); BusOut display_H(A_HOUR, B_HOUR, C_HOUR, D_HOUR, E_HOUR, F_HOUR, G_HOUR);