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 99- Added Jlink as programmer to upload sketch #133
1010- Fixed issue with high speed uart baud ~ 1 Mbps (PR #158 thanks Ureloc)
1111- Add HardwardPWM removePin(), refactor hwpwm.ino sketch
12- - fix print float with precision > 10
12+ - Fixed print float issue with precision > 10
1313
1414## 0.9.2
1515
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ uint32_t analogRead( uint32_t ulPin )
241241 | ((saadcReference << SAADC_CH_CONFIG_REFSEL_Pos ) & SAADC_CH_CONFIG_REFSEL_Msk )
242242 | ((SAADC_CH_CONFIG_TACQ_3us << SAADC_CH_CONFIG_TACQ_Pos ) & SAADC_CH_CONFIG_TACQ_Msk )
243243 | ((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 );
245245 NRF_SAADC -> CH [0 ].PSELN = pin ;
246246 NRF_SAADC -> CH [0 ].PSELP = pin ;
247247
You can’t perform that action at this time.
0 commit comments