Skip to content

Commit b5da471

Browse files
Update ChangeLog and Cost for V1.0 release
1 parent 889c5fa commit b5da471

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
6+
## [Unreleased]
7+
- Add log system to store user information (sensor gain, game record, ...)
8+
9+
## [v1.0.0] - 2020-09-18
10+
### Added
11+
- The first full functionnal version of the Myo Coach with arduino board and UI desktop application in Python

COSTS.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# 0113-MyoCoach-DIY : Price Transparency
1+
# 0113-MyoCoach-DIY :<br>Price Transparency
22

3+
4+
## Raw Material Price
5+
| Description | Quantity | Unit Price | Price |
6+
| --- | --- | --- | --- |
7+
| Sensor Support (3D print)| 2 | 0.60€ | 1.20€ |
8+
| Box Casing (3D print)| 1 | 2.18€ | 2.18€ |
9+
| Arduino Board Uno | 1 | 20.00€ | 20.00€ |
10+
| female pin header strip | 1 | 1.17€ | 1.17€ |
11+
| male pin header strip | 1 | 1.07€ | 1.07€ |
12+
| Self-tapping screws | 8 | 0.02€ | 0.16€ |
13+
| strap with velcro and buckle | 1 | 0.50€ | 0.50€ |
14+
| set of electronic cables | 1 | 2.68€ | 2.68 € |
15+
| | | **Total** | **28.96€** |

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The MyoCoach makes it possible to :
2323
The **MyoCoach** is made up of different elements :
2424

2525
* 2 EMG sensors to read the patient's myoelectric signals (EMG)
26-
* 1 box to transfer data to the computer wuth an Arduino Board
26+
* 1 box to transfer data to the computer with an Arduino Board
2727
* A holder to hold the sensors on the patient's arm
2828
* A PC to run the UI application for EMG data visualization
2929

0 commit comments

Comments
 (0)