Skip to content
Snippets Groups Projects
Commit 97c0e7e5 authored by Malaurie Bernard's avatar Malaurie Bernard
Browse files

Typing error.

parent afdd5785
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
#include "syringefilled.h"
/*
//CONSTRUCTORS
SyringeFilled :: SyringeFilled() : Motor(&ISRStepper) _exchange_throughput_uL_per_sec(0), _exchange_volume_mL(0), _remaining_volume_mL(0), _push(true), id_syringe(SyringeJSON["1"])
*/
//SET METHODS
void SyringeFilled :: set_exchange_throughput_uL_per_sec(float exchange_throughput_uL_per_sec)
{
SyringeFilledJSON["throughput_uL_per_sec"] = exchange_throughput_uL_per_sec;
SyringeFilledJSON["exchange_throughput_uL_per_sec"] = exchange_throughput_uL_per_sec;
}
void SyringeFilled :: set_exchange_volume_mL(float exchange_volume_mL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment