Notes - renesas/Arduino GitHub Wiki

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

Some pins cannot be used as transmit pins in SoftwareSerial

Calling pinMode() does not allow for the digital output setting

Calling digitalRead() does not read the input value

SCL and SDA cannot be used in pinMode() and digitalRead()