Skip to content

Releases: arduino-libraries/ArduinoMotorCarrier

2.0.3

19 Feb 08:32
ddfbe07
Compare
Choose a tag to compare

What's Changed

  • Fix: envie_m4 is no longer a valid FQBN. by @aentinger in #57
  • Bump actions/checkout from 3 to 4 by @dependabot in #58
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #59
  • Bump actions/download-artifact from 3 to 4 by @dependabot in #60
  • Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #61
  • Fix regression re report-size-deltas after updating actions/upload-artifact. by @aentinger in #63
  • Fix: "ARDUINO_PORTENTA_H7_M4" was replaced by "ARDUINO_GENERIC_STM32H747_M4" for Arduino Portenta H7 / M4 core. by @aentinger in #64

Full Changelog: 2.0.2...2.0.3

2.0.2

30 Dec 08:39
Compare
Choose a tag to compare

What's Changed

  • add documents folders by @ErnestoELC in #35
  • Update sketch paths in "Compile Examples" CI workflow by @per1234 in #37
  • Correct library reference URL in metadata by @per1234 in #42
  • Add GitHub Actions workflow to synchronize with shared repository labels by @per1234 in #47
  • Bump actions/checkout from 2 to 3 by @dependabot in #48
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #50
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #49
  • Bump carlosperate/download-file-action from 1 to 2 by @dependabot in #53
  • Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #52
  • pid1.setGains() uses float as input variables [AEK-309] by @aliphys in #38
  • [AEK-328] Remove interrupt statement in examples by @aliphys in #46
  • Update PID_Position_test.ino by @KongTruss in #51
  • Add compatibility to Portenta H7 by @facchinm in #44
  • List mbed_portenta as supported architecture. by @aentinger in #56
  • Fix: Remove unnecessary cast which - in addition to being unnecessary … by @aentinger in #55
  • Rename folders for clarity [AEK-269] by @aliphys in #36

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

15 Jun 15:02
cddcf0f
Compare
Choose a tag to compare

-Added battery charging sketch
-Arrange examples folder structure: nano/mkr
-updated library.properties with new link to documentation page (in progress)

Support NanoMotorCarrier

18 Jun 08:30
a4c29bd
Compare
Choose a tag to compare
Merge pull request #25 from arduino-libraries/nano_motor_carrier

Support Nano motor carrier and update PID behaviour

1.0.5

05 Mar 13:12
Compare
Choose a tag to compare
Update library to 1.0.5

1.0.4

22 Feb 15:15
c6eea9f
Compare
Choose a tag to compare
Update library to 1.0.4

Initial release

22 Oct 13:05
76e720f
Compare
Choose a tag to compare

To completely restore the bootloader:

  • Atmel ICE
  • Give 5V to the carrier via a MKR board (remove VIN power source)
  • run
$ARDUINO15/packages/arduino/tools/openocd/0.9.0-arduino6-static/bin/openocd -d2 -s $ARDUINO15/packages/arduino/tools/openocd/0.9.0-arduino6-static/share/openocd/scripts/ -f SAMD11D14AS.cfg -c "telnet_port disabled; program bootloader_fw_0.06.bin verify reset; shutdown "