
/*
 * display.h
 *
 *  Created on: 30 Nov 2020
 *      Author: mike
 */

#pragma once

#define MAX_DISPLAYS 1
#if defined __cplusplus
extern "C" {
#endif

extern void
cc_init ();

extern int
cc_display (int dialIndex);


#if defined __cplusplus
}
#endif
