~xdavidwu/motion-control

d4b6c05c50ad9105b7b99fa06f84da303c03d841 — Pinghao Wu 2 months ago bbe1455 main
squats: adjust threshold
1 files changed, 1 insertions(+), 1 deletions(-)

M cmd/squats/main+joycon.ha
M cmd/squats/main+joycon.ha => cmd/squats/main+joycon.ha +1 -1
@@ 19,7 19,7 @@ type status = enum u8 {
	IDLE,
};

def THRESHOLD: f64 = 10.0;
def THRESHOLD: f64 = 20.0;

export fn main() void = {
	const joycon = joycon::new(void)!;