We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8386f23 + 2536f40 commit 7571fd2Copy full SHA for 7571fd2
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [Unreleased]
9
10
+### Added
11
12
+- Add `microbit::gpio` module with pins mapped to micro:bit names
13
+- Refactor `microbit::display` and `microbit::led` to accept `gpio::Pins`
14
+- Make probe-run the default runner
15
+- Rewrite `serial_port` as a macro
16
17
+### Fixed
18
19
+- Fix rustdoc warnings
20
+- Upgrade nrf51-hal to 0.12.1
0 commit comments