Skip to content
Mikiya Kobayashi edited this page Mar 21, 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.

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