Skip to content
Mikiya Kobayashi 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

Print.h cannot be included

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