Skip to content

Commit

Permalink
Merge pull request #106 from UMONS-GFA/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bastinc authored Feb 13, 2019
2 parents 48a6f50 + 6167db8 commit 9f9d173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ardas/uncalibrated_sensors_generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ardas import sensor_tools as st
# Saves a set of sensors including its calibration in a binary '.ssr' file
sensors = (st.FMSensor(sensor_id='0001', log_output=True),
sensors = (st.UncalibratedFMSensor(sensor_id='0001', log_output=True),
st.UncalibratedFMSensor(sensor_id='0002', log_output=True),
st.UncalibratedFMSensor(sensor_id='0003', log_output=True),
st.UncalibratedFMSensor(sensor_id='0004', log_output=True),
Expand Down
2 changes: 1 addition & 1 deletion arduino_sketch/ardas.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <avr/pgmspace.h>

#define PULSE_WIDTH_USEC 5
#define READ_COUNTER_REGISTER_FREQ 2 // CHECK : should be 1 if SQW freq is 1 Hz
#define READ_COUNTER_REGISTER_FREQ 4 // CHECK : should be 1 if SQW freq is 1 Hz
#define CLOCK_FREQ 4096
#define VERSION "Version ArDAS 1.0.1 [UMONS-GFA - 2016]"
#define EOL '\r'
Expand Down

0 comments on commit 9f9d173

Please sign in to comment.