Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
Chicker Testor
Author: Simon Zheng

Chicker test script for standalone testing of the powerboard functions. This is designed to interface
with powerboards using the Lt375x charge controllers.

This code requires an external button connected to the KICK_INTERRUPT pin with external RC debouncing.

Adjust KICK_POWER in ther interval of 1ms - 20ms (nominal)
*/

#include "TeensyTimerTool.h"
#include "PulseGen.h"

Expand Down