lpcmanager
Clone
Summary
Browse
Changes
Graph
WIP reworked imports and declarations at head of LPCManager.py
2018-01-29, Edouard Tisserant
c059320c8bbb
WIP reworked imports and declarations at head of LPCManager.py
rt_task_delete(&UART_task);
rt_task_join(&UART_task);
closeserial(UART_fd);
gpio_close(RS485_GPIO_dev);
rt_mutex_delete(&UART_WriteMutex);
rt_mutex_delete(&UART_ReadMutex);