/* 
 * File:   CN.h
 * Author: bjones
 *
 * Created on April 29, 2024, 1:34 PM
 */

#include "typedefs.h"

#define TicksPerRev 190
//MAY2024 measured 77revs/25ml and took 10s using 12V/520rpm pump

//function declarations
void vInitCN( void );

