Skip to content
MikiyaKobayashi edited this page Mar 28, 2024 · 18 revisions

Precautions when using the RL78 Arduino Library

  • Below are notes when using the RL78 Arduino Library.
  • For details, please check the link of each applicable product.

Unable to upload during serial communication on Linux

Build error occurs when including Print.h

All interrupt pins become input ports when attachInterrupt() is executed

Executing analogReference() sets a specific port to analog settings

The return value of the Random() is only 15 bits

Clone this wiki locally