-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelaeseNotes.txt
67 lines (54 loc) · 1.71 KB
/
RelaeseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Release Notes
v0.1.0
- Changed complete mechanism of the programm
- Map Switches to a function
- Separated and Restructured files
- mapped functions to switches and read value from the switches
- removed old mapping function
- added light functions
- added much more config settings
- added outputs with fading effect
- tested in real application
- added function which dimms the lights if starter is active
- added and tested serial communication
v0.0.11
- test new functions
- fix datatypes in ppmPoti function
- add debuging for channel evaluation
- add filter to ppPoti evaluation
v0.0.9 09.06.2020
- added filter function
- added word for up/mid/down number
- added optional argument for inverted output for ppmToSwitchStages function
- fix argument tipe of edgeEvaluation
- restructure classes they are begining now with upper case
v0.0.9 09.06.2020
- reorganised data types
- added function for 2 channel switch
- added fuction to evaluate all switches from channel1+2
v0.0.8 08.06.2020
- added directives for serial communication
v0.0.7 07.06.2020
- improve interrupt routine
- debuging for interrupt Data
v0.0.6 03.06.2020
- new function for ppm evaluation
- new function to set up outputs
- new file for functions an classes
v0.0.5 02.06.2020
- added comments
v0.0.4 02.06.2020
- setup pinmode for I/Os
- reconfigure I/O pins
- create 3 interrupt service routines
v0.0.3 09.05.2020
- added Test I2C Communication to beacon module; Turn on and off light every 5 seconds
- restructur program
- added debugLevel
v0.0.2 09.05.2020
- added License header
v0.0.1 08.05.2020
- Initial version
- Define IO Pin vars
- Define global Vars
- Setup status and blink function