Library and examples for LIN (Local Interconnect Network) on Arduino. Developed for the Macchina M2. Can be modified for any Arduino board with UART available and any LIN slave. Lin2Lin M2 acts as the ...
\brief LIN slave emulation library using a generic HardwareSerial interface. \details This library provides a slave node emulation for a LIN bus via a generic HardwareSerial interface. Due to ...
Arduino(特にUnoなどAVR系)では Linuxみたいな汎用OS は基本的に動きません。代わりに「OS」としては RTOS(リアルタイムOS)/ IoT向けOS を載せるのが定番です。 Arduino Documentation 定番(いま使いやすい) FreeRTOS(Arduinoライブラリ) Arduino公式のFreeRTOSライブラリが ...