This repository contains firmware for the ReWire pulse oximeter.
Pre-requisites to building this firmware:
- You need a ReWire pulse oximeter device.
- The Arduino IDE must be installed.
- You must download the ReWire board definitions. Make sure you have the ReWire board definitions added to your Arduino IDE. For more information, go to the board definitions repository at the following link: https://github.com/ReWire-LLC/rewire_board_definitions
- Download this repository
After you have met the pre-requisites, take the following steps to build the firmware:
- In the Arduino IDE, make sure that you set your "Sketchbook location" (in the Arduino IDE preferences) to be the Dependencies folder of this repository.
- Click the compile/build button in the Arduino IDE.