Skip to content

Releases: YUKAI/MakerBoard

v1.0.4

28 Jan 02:41

Choose a tag to compare

Fixed a bug where Motor 4 rotated in the opposite direction.

v1.0.3

20 Jan 04:17

Choose a tag to compare

Wat's new change

Add Ultrasonic class

Many Arduino libraries for ultrasonic sensors caused conflicts due to a header file named Ultrasonic.h, making it impossible to use ultrasonic sensors with different specifications simultaneously, even when using the same HC-SR04 model. Therefore, I created a custom class to enable simultaneous use of Seeed's Ultrasonic library and HC-SR04 sensors with different specifications. This allows, for example, using two ultrasonic sensors simultaneously: one from Seeed on port 1 and one from Elecrow on port 2.

v1.0.2

20 Sep 04:18
981dc0c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

18 Sep 06:47
95f0c35

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Sep 02:20
7b6bc24

Choose a tag to compare

Update MakerBoard.cpp