Teensy 4.1 core updated for C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
110B

  1. #include <stdint.h>
  2. volatile uint32_t F_CPU_ACTUAL = 396000000;
  3. volatile uint32_t F_BUS_ACTUAL = 132000000;