-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
49 lines (37 loc) · 1.46 KB
/
CHANGELOG
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
--------------------------------------------------------------------------------------------------------------
File for tracking changes in PYDAQ
--------------------------------------------------------------------------------------------------------------
Changes in PYDAQ
=====================
v0.0.4
------
CONTRIBUTORS
~~~~~~~~~~~~
- jceneziojr
- samirmartins
CHANGES
~~~~~~~
- Code improvements to enhance the reliability of the sample period, including a waiting period for Arduino/Pyserial startup.
- Default baud rate changed to 115200 in both Arduino and PYDAQ
- Change log created to track modifications and evolution of the code.
- Plot type changed to scatter for a more accurate representation of discrete-time samples.
- GIF added with detailed information on the documentation website to provide visual details of the project
- PySimpleGui replaced by PySide6
- Graphical User Interface completely remodelled
- All PYDAQ functionalities are incorporated in a single window on the Graphical User Interface
v0.0.3
------
CONTRIBUTOR
~~~~~~~~~~~~
- samirmartins
CHANGES
~~~~~~~
- Building the entire system from scratch.
- Data acquisition with Arduino.
- Data acquisition with NIDAQ boards.
- Sending data with Arduino.
- Sending data with NIDAQ boards.
- Step response module.
- Developing a website with comprehensive documentation.
- Writing and submitting "paper.md" to JOSS - The Journal of Open Source Software.
- Creating Jupyter notebook examples for demonstration.