You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Changes listed here are checked in to GitHub ("master" branch unless specificall
7
7
### 2.3.0
8
8
* Port analogWrite() to the ADC on the 2-series parts.
9
9
* Implement analogReadEnh(), for both tiny 0/1-series (suitable for porting to DxCore) and 2-series (suitable for porting to future EA-series core)
10
-
* Implement analogReadDiff() for 2-series (suitable for porting to furture EA-series core)
10
+
* Implement analogReadDiff() for 2-series (suitable for porting to future EA-series core)
11
11
* Implement configuration functions for new ADC functionality: ADCPowerOptions() for tinyAVR 2-series, analogSampleDuration() for both tiny 0/1-series and 2-series (separate implementations)
12
12
* Implement ADC error return codes.
13
13
* Document new features. Huge number of tweaks and improvements to the documentation, including large section on the new ADC-related functions. Please read it if you are using the ADC on a 2-series part or want more out of the ADC on a 0/1-series part.
0 commit comments