-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Test config for load_cell | ||
[mcu] | ||
serial: /dev/ttyACM0 | ||
[printer] | ||
kinematics: none | ||
max_velocity: 300 | ||
max_accel: 3000 | ||
[load_cell my_ads1220] | ||
sensor_type: ads1220 | ||
cs_pin: PA0 | ||
data_ready_pin: PA1 | ||
[load_cell my_hx711] | ||
sensor_type: hx711 | ||
sclk_pin: PA2 | ||
dout_pin: PA3 | ||
[load_cell my_hx717] | ||
sensor_type: hx717 | ||
sclk_pin: PA4 | ||
dout_pin: PA5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Tests for loadcell sensors | ||
DICTIONARY atmega2560.dict | ||
CONFIG load_cell.cfg | ||
G4 P1000 |