colourgo/colourgo/machine.h

20 lines
315 B
C

//
// machine.h
// colourgo
//
// Created by Jeremy Rand on 2017-07-19.
// Copyright © 2017 Jeremy Rand. All rights reserved.
//
#ifndef __colourgo__machine__
#define __colourgo__machine__
// API
extern void initMachine(void);
extern void uninitMachine(void);
#endif /* defined(__colourgo__machine__) */