File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
10
12
- Added type aliases ` Tx1 ` for ` Tx<USART1> ` , ` RxDma1 ` for ` RxDma<USART1, dma1::C5> ` , etc.
13
+ - Add ADC1 reading functions for channels 16 (temperature) and 17 (internal reference voltage)
14
+ - Update existing ADC example according to ADC API changes
15
+ - Add new ADC example to read ambient temperature using ADC1 CH16
16
+
17
+
18
+ ### Breaking changes
19
+
20
+ - ADC now requires the clock configuration for intialisation
21
+
22
+ ### Changed
11
23
12
24
## [ v0.3.0] - 2019-04-27
13
25
@@ -27,9 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
39
- Remove all PWM channel configurations except 'all the channels for default remapping' configuratons
28
40
- Update PWM documentation: clarify custom selection of channels
29
41
- Add PWM example for custom selection of channels
30
- - Add ADC1 reading functions for channels 16 (temperature) and 17 (internal reference voltage)
31
- - Update existing ADC example according to ADC API changes
32
- - Add new ADC example to read ambient temperature using ADC1 CH16
33
42
34
43
### Changed
35
44
You can’t perform that action at this time.
0 commit comments