Skip to content

Commit b520c26

Browse files
committed
Added CHANGELOG.md and .gitignore
1 parent e5dc169 commit b520c26

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cisstLog.txt
2+
**/cisstLog.txt
3+
*~
4+
CMakeLists.txt.user

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Change log
2+
==========
3+
4+
1.1.0 (2015-04-28)
5+
==================
6+
7+
* API changes:
8+
* Encoder API now uses signed integers, assumes all values are related to mid range (for setters and getters)
9+
* Default protocol is now broadcast write if all boards have fireware 4.0 or higher
10+
* Deprecated features:
11+
* `SetUseBroadcastFlag` has been replaced by `SetProtocol`
12+
* New features:
13+
* Added revision number, new header file `AmpIORevision.h` needs to be included
14+
* Added method to get encoder channel A/B
15+
* Added `ProtocolType` to select between firewire no broadcast, write only broadcast or read/write broadcast
16+
* Added method to get encoder bit overflow
17+
* Bug fixes:
18+
* None
19+
20+
1.0.0 (2014-01-24)
21+
==================
22+
23+
* No change log file, initial release.

0 commit comments

Comments
 (0)