-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic arduino port of PULSOXYv0.0.1 #8
base: master
Are you sure you want to change the base?
Commits on Mar 14, 2020
-
arduino-pulsoxy: Import C sources from PULSOXYv0.0.1
Copy .c and .h files from Driver/ Include/ Util/ and main.c from the original project. Put everything in one directory for the Arduino IDE to find everything. Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f6a300 - Browse repository at this point
Copy the full SHA 6f6a300View commit details -
arduino-pulsoxy: Remove unused files
CFile1.c and init_ADC.c do not contribute to the project. Remove these files. Also remove init_ADC.h header file. All ADC related functions are already declared and implemented in the ADC.c/.h files. Signed-off-by: Stefan Nuernberger <[email protected]> Remove init_ADC.h header Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a917c2 - Browse repository at this point
Copy the full SHA 8a917c2View commit details -
arduino-pulsoxy: Rename main.c to Arduino project file
The .ino should have the same name as the containing folder for the Arduino IDE to recognize it. Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95bbd08 - Browse repository at this point
Copy the full SHA 95bbd08View commit details -
arduino-pulsoxy: Fix F_CPU redefined warnings
F_CPU is usually already defined by the project makefile. Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63ec353 - Browse repository at this point
Copy the full SHA 63ec353View commit details -
arduino-pulsoxy: Include headers as extern "C"
Prevent C++ name mangling when reading these functions. Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce10c3d - Browse repository at this point
Copy the full SHA ce10c3dView commit details -
Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 624de24 - Browse repository at this point
Copy the full SHA 624de24View commit details -
arduino-pulsoxy: Fix type mismatch in redeclaration
These are ADC values that are used as signed int16 in the code. Signed-off-by: Hannes Seidel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f9f8b1 - Browse repository at this point
Copy the full SHA 5f9f8b1View commit details -
arduino-pulsoxy: Fix missing newline in all files
Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c17c40f - Browse repository at this point
Copy the full SHA c17c40fView commit details -
arduino-pulsoxy: Add README file
Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d27f53 - Browse repository at this point
Copy the full SHA 7d27f53View commit details -
arduino-pulsoxy: Use setup() and loop() functions
Split the main() function into setup() and loop() for classical Arduino feeling. Arduino will provide a main() that calls those. Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36ef3f7 - Browse repository at this point
Copy the full SHA 36ef3f7View commit details -
arduino-pulsoxy: Fix trailing whitespace in all files
Signed-off-by: Stefan Nuernberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c90b6d6 - Browse repository at this point
Copy the full SHA c90b6d6View commit details