Skip to content

Initial code changes after linting #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version and update changelog
  • Loading branch information
chrisruk committed Apr 20, 2022
commit b22baed3cf4498d7318a327bd5cef87cd072a3e1
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,111 @@
# Change Log

## 0.5.8

### Added

* LED Matrix transitions
* Expose feature to measure voltage of hat
* Function to set brightness of LEDs

### Changed

* New firmware to fix passive devices in hardware revision

## Removed

n/a

## 0.5.7

### Added

* Support for light
* Allow alternative serial device to be used
* Passive motor support
* WeDo sensor support

### Changed

n/a

## Removed

n/a

## 0.5.6

### Added


### Changed

n/a

### Removed

n/a

## 0.5.5

### Added


### Changed

n/a

### Removed

n/a

## 0.5.4

### Added

Documentation copy updates

### Changed

n/a

### Removed

n/a

## 0.5.3

### Added

* Force sensor now supports force threshold
* Simplify list of colours supported by colour sensor
* Fix distance sensor firing bug
* Simplify coast call

### Changed

n/a

### Removed

n/a

## 0.5.2

### Added

* Fixes force sensor callback only firing one
* Pass distance to distance sensor callback
* Make sure motors move simultaneously for a motor pair

### Changed

n/a

### Removed

n/a

## 0.5.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.8
0.5.9