forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 4
past history
SuguruHarada edited this page Nov 29, 2024
·
5 revisions
- Sep 30, 2024 RL78/G23-128p Arduino library v.1.1.0 has been released.
- Sep 30, 2024 RL78/G24 Arduino library v.1.1.0 has been released.
- Sep 30, 2024 RL78/G16 Arduino library v.1.1.0 has been released.
- Sep 30, 2024 Added the following notes.
- Some pins cannot be used as transmit pins in SoftwareSerial.
- Aug 8, 2024 RL78/G22 Arduino library v.2.3.0 has been released.
- Aug 8, 2024 Added the following notes.
- 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().
- Jul 11, 2024 RL78/G23 Arduino library v.2.3.2 has been released.
- Jul 3, 2024 Added the following notes.
- 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.
- June 28, 2024 RL78/G23-128p Arduino library v.1.0.0 has been released.
- May 31, 2024 RL78/G15 Arduino library v.1.2.0 has been released.
- Apr 22, 2024 Sample sketch using RL78/G23-64p FPB and OLED has been released.
- Mar 28, 2024 RL78/G23 Arduino library v.2.3.1 has been released.
- Mar 28, 2024 RL78/G22 Arduino library v.2.2.1 has been released.
- Mar 28, 2024 Added the following notes.
- Unable to upload during serial communication on Linux
- Mar 21, 2024 RL78/G23 Arduino library v.2.3.0 has been released.
- Mar 21, 2024 RL78/G22 Arduino library v.2.2.0 has been released.
- Mar 21, 2024 Added the following notes.
- Print.h cannot be included
- Nov 28, 2023 Added the following notes.
- Executing analogReference() sets a specific port to analog settings.
- The return value of the Random() is only 15 bits.
- Oct 27, 2023 RL78/G23 Arduino library v.2.2.0 has been released.
- Oct 27, 2023 RL78/G22 Arduino library v.2.1.0 has been released.
- Sep 7, 2023 RL78/G24 Arduino library v.1.0.0 has been released.
- Aug 04, 2023 Updated Sample sketches.
- Jul 21, 2023 RL78/G23 Arduino library v.2.1.0 has been released.
- Jun 23, 2023 RL78/G16 Arduino library v.1.0.0 has been released.
- Jun 23, 2023 Updated tutorial video.
- Jun 23, 2023 Added the following notes.
- All interrupt pins become input ports when attachInterrupt() is executed
- Cannot write to RL78/G22 Fast Prototyping Board correctly