File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Added Jlink as programmer to upload sketch #133
10
10
- Fixed issue with high speed uart baud ~ 1 Mbps (PR #158 thanks Ureloc)
11
11
- Add HardwardPWM removePin(), refactor hwpwm.ino sketch
12
- - fix print float with precision > 10
12
+ - Fixed print float issue with precision > 10
13
13
14
14
## 0.9.2
15
15
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ uint32_t analogRead( uint32_t ulPin )
241
241
| ((saadcReference << SAADC_CH_CONFIG_REFSEL_Pos ) & SAADC_CH_CONFIG_REFSEL_Msk )
242
242
| ((SAADC_CH_CONFIG_TACQ_3us << SAADC_CH_CONFIG_TACQ_Pos ) & SAADC_CH_CONFIG_TACQ_Msk )
243
243
| ((SAADC_CH_CONFIG_MODE_SE << SAADC_CH_CONFIG_MODE_Pos ) & SAADC_CH_CONFIG_MODE_Msk )
244
- | ((saadcBurst << SAADC_CH_CONFIG_BURST_Pos ) & SAADC_CH_CONFIG_BURST_Msk );
244
+ | ((saadcBurst << SAADC_CH_CONFIG_BURST_Pos ) & SAADC_CH_CONFIG_BURST_Msk );
245
245
NRF_SAADC -> CH [0 ].PSELN = pin ;
246
246
NRF_SAADC -> CH [0 ].PSELP = pin ;
247
247
You can’t perform that action at this time.
0 commit comments