Skip to content
MikiyaKobayashi edited this page Jul 3, 2024 · 17 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

LED doesn't blink when using the sample sketch "blink"

Not change the input settings when analogRead() is called.

PWM waveform is not output when analogWrite() is called

Clone this wiki locally