ventilator
Here are 41 public repositories matching this topic...
This is a sub-issue of #11. Don't close #11 until all sub-issues are resolved.
I will help with this; just want to teach the principle too is all.
Also, I recommend the industry-standard uint8_t over the Arduino byte type. Byte is an alias to it anyway: "/home/alexa/dev/AmboVent/AmboVent/3-Software/Arduino/arduino_core/arduino/hardware/arduino/avr/cores/arduino/Arduino.h": line 126:
-
Updated
Jun 17, 2020
The problem
Briefly describe the issue Problem to discuss here
Problem Type
- Design
- Software
- Research
- Documentation
Details
We need translation to as many languages as possible
-
Updated
Jun 23, 2020 - HTML
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 8, 2020 - C++
Create Instructional Videos for PPE Assemblies
-
Updated
Apr 11, 2020 - C++
-
Updated
May 15, 2020 - C++
-
Updated
Apr 3, 2020 - C
Currently we just check if a device on the I2C address accepts the read product identifier command, but don't verify if it is the correct product.
-
Updated
Apr 22, 2020
-
Updated
Mar 30, 2020 - Python
-
Updated
Apr 1, 2020 - C++
-
Updated
Mar 21, 2020 - HTML
-
Updated
May 14, 2020 - G-code
-
Updated
Apr 18, 2020
Create a pressure chart in the user interface. It should be connected to data provided by the ESP32. It should also work using simulated data.
-
Updated
Apr 16, 2020 - HTML
-
Updated
May 29, 2020 - Dart
-
Updated
Apr 5, 2020 - C++
-
Updated
Mar 31, 2020 - C++
-
Updated
Apr 9, 2020
-
Updated
Apr 27, 2020 - C++
-
Updated
Apr 15, 2020
-
Updated
Apr 18, 2020 - Python
Add detailed README
Improve this page
Add a description, image, and links to the ventilator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ventilator topic, visit your repo's landing page and select "manage topics."
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
algorithm parts. See
src/algorithmsReact parts - components and pages. See
src/componentsandsrc/pagesState management: redux reducers and sagas. See
src/stateThe infrastructure:
jestand@testing-libraryare already set up. Un