Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Releases: srobo/j5

Release 0.7.4

08 Aug 15:49
bdd2ce9
Compare
Choose a tag to compare
  • Removed usage of assert in the arduino hardware backend.
  • Wrap backend methods with logging.

Release 0.7.3

05 Aug 20:56
6fb2ab8
Compare
Choose a tag to compare
  • The SourceBots Arduino board now supports ultrasound sensors.
  • A typo in the udev rule for the SR v4 motor board was fixed.

Release 0.7.2

03 Aug 09:28
090e5bc
Compare
Choose a tag to compare
  • Vision is now optional
  • Vision now reports in the correct units

Version 0.7.1

03 Aug 09:29
93988d5
Compare
Choose a tag to compare
Merge pull request #358 from j5api/v0.7.1

Bump version to 0.7.1

Release 0.7.0

27 Jul 23:54
2919261
Compare
Choose a tag to compare
  • Orientation Support for Fiducial Markers
  • Motor.state is now Motor.power
  • Piezo.buzz now accepts floats and int, in addition to timedelta

v0.6.0

22 Jul 19:21
f3f9e51
Compare
Choose a tag to compare
  • Zoloto Support

Release 0.5.0

15 Jul 16:12
fea59b4
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release

Features

  • Arduino Uno Board
    • Console Backend
  • Derived Components
    • Ultrasound Sensor Support
    • Pin Firmware Modes

Tweaks

  • Backend.board is now a property
  • Friendlier error messages
  • Improved typing

Version 0.4.0

10 May 16:10
fa80aeb
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Support for SR Servo Board v4
  • Use Generics for BoardGroups
  • Better validation and typing
  • Some bug fixes

Version 0.3.0

22 Apr 21:21
b425091
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Added SR v4 Motor Board, with support for Hardware and Console.
  • Use Set instead of List where appropriate.
  • Consolidate Backend attributes.
  • Piezo support for floating point frequencies.
  • Better test coverage.

Version 0.2.0

11 Apr 17:38
049981d
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • Added Console Environment
  • Better documentation
  • Added Motor Component
  • Type hints on unit tests
  • Refactored Backend structure
  • Removed demo board
  • Better Piezo verification