-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for v3.0 release
- Loading branch information
1 parent
0c69452
commit 36cb9ed
Showing
3 changed files
with
261 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## [3.0] - 2018-01-03 | ||
### Added | ||
- Support PIC18F14K22 microcontroller. | ||
- Real-time CRC calculation. (Fixed issue #1) | ||
- Axes remapping. | ||
- Layout modifier function. | ||
|
||
### Changed | ||
- Configuration menu. | ||
- EEPROM flexibility. | ||
|
||
### Removed | ||
- Support PIC12F683 microcontroller. | ||
|
||
## [2.0] - 2011-04-20 | ||
### Added | ||
- Support PIC12F683 microcontroller. | ||
- Support identify command 0xFF. (Fixed issue #2) | ||
- Enable/Disable Rumple Pak emulation. (Enhancement #4) | ||
- Support WaveBird. (Enhancement #5) | ||
- Support 4 mapping layout. | ||
|
||
### Removed | ||
- Support for PIC16F84A & PIC12F629. | ||
|
||
## [1.0] - 2004-08-07 | ||
- Initial version. | ||
|
Oops, something went wrong.