/* 
 * File:   PIC16232.h
 * Author: dario
 *
 * Created on 21 novembre 2017, 13.05
 */

#ifndef PIC16232_H
#define	PIC16232_H

#ifdef	__cplusplus
extern "C" {
#endif


signed char Emulate(void);


#ifdef	__cplusplus
}
#endif

#endif	/* PIC16232_H */

