-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Koch-AG/code-refactoring
Refactored matrix library code
- Loading branch information
Showing
11 changed files
with
315 additions
and
374 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,28 @@ | ||
### V1.2.0 (28.07.2015, Sven Gehring) | ||
- Code neu formatiert, fehlerhafte Indents behoben | ||
- Kommentare übersetzt, ergänzt und Funktionsheader hinzugefügt | ||
- Klassenname wurde von `matrix_class` zu `rkag_matrix` geändert | ||
- `matrix.taste_1`...`matrix.taste_3` zu `matrix.button_1`...`matrix.button_3` geändert | ||
- Statischen Tastengrenzwert mit `BTN_THRESHOLD` ersetzt | ||
- Mehrere Methoden mit Schleifen vereinfacht | ||
- `matrix.font_write` mit `matrix.write_char` ersetzt | ||
- Parametertyp von `int` zu `char` geändert, da ein Zeichen geschrieben wird | ||
- `matrix.pcf_write` Maskierung in definition `PCF_MASKBTN` ausgelagert | ||
|
||
|
||
|
||
### V1.1.0 (09.03.2015, Benjamin Marty) | ||
- Es darf keine Instanz mehr im Sketch gebildet werden, wird nun direkt in der Library erledigt! | ||
|
||
- Funktion taste_1...taste_3 entfernt. | ||
- Neue Funktion `matrix.read_io()` um die `matrix.taste_1`...`matrix.taste_3` variablen zu aktualisieren, gleichzeitig wird auch `matrix.potentiometer_0` aktualisiert. | ||
- Neue Funktion `matrix.write_array` um Array direkt auf Matrix ausgeben zu können | ||
- Examples angepasst Library V1.1 | ||
|
||
|
||
### V1.0.1 (24.02.2015, Benjamin Marty) | ||
- Include von Header File in Header File entfernt | ||
- Neue Funktion taste_1, taste_2, taste_3 und potentiometer. Tastenfunktionen geben 0 bzw. 1 zurück, potentiometer einen Wert zwischen 0-1023 | ||
|
||
### V1.0.0 | ||
- Erste Softwareversion |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.