EDF - OnePIC MCU
v1.1.0
|
Connects to the MCP2200 using the Hardware UART module. More...
#include <htc.h>
#include <stdio.h>
#include <string.h>
#include "bsp.h"
#include "OnePIC_8bit_demo_mcp2200.h"
Go to the source code of this file.
Functions | |
void | mcp2200_init (void) |
Configures the UART module for 9600 baud. | |
void | mcp2200_prompt (void) |
void | putch (uint8_t byte) |
char | mcp2200_getch (void) |
char | mcp2200_getche (void) |
Connects to the MCP2200 using the Hardware UART module.
Definition in file OnePIC_8bit_demo_mcp2200.c.