All public logs

Combined display of all available logs of ElectroDragon Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:35, 19 February 2020 Chao talk contribs created page USART SDK (Created page with "== Example for STM32 == uint8_t UART_TxBuf[50]; #define LogLocal(...) do{}while(HAL_UART_Transmit_DMA(&huart1,UART_TxBuf,sprintf((char *)UART_TxBuf,__VA_ARGS__))) Use LogL...")