Browse Source

document

tags/v0.6.6^0
wolfv6 7 years ago
parent
commit
09641ec6ed
3 changed files with 8 additions and 2 deletions
  1. 6
    0
      doc/CHANGELOG.md
  2. 1
    1
      doc/keybrd_library_user_guide.md
  3. 1
    1
      library.properties

+ 6
- 0
doc/CHANGELOG.md View File

@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning 2.0.0](http://semver.org/).
keybrd version 0.x.x is for initial development.
keybrd version 1.0.0 will be released when the public API is stable.
0.6.6 (2016-11-16)
------------------
* Enhancements
* rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT
* change #include <keybrd library file> angle bracket to double quotes
0.6.5 (2016-11-16)
------------------
* Enhancements

+ 1
- 1
doc/keybrd_library_user_guide.md View File

@@ -147,7 +147,7 @@ Development-environment items to check:
```
'KEY_A' was not declared in this scope
```
Where 'KEY_A' could be any scan code.
Where 'KEY_A' could be any scancode.
Fix this error from the Arduino IDE tool bar: Tools > USB Type > Keyboard + Mouse + Joystick
* If last line in Arduino IDE says "Low memory available",

+ 1
- 1
library.properties View File

@@ -1,5 +1,5 @@
name=keybrd
version=0.6.5
version=0.6.6
author=Wolfram Volpi
maintainer=Wolfram Volpi
sentence=A library for creating custom-keyboard firmware.