EDF - OnePIC MCU  v1.1.0
source/8bit_IR/OnePIC_8bit_demo_mcp2200.c File Reference

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"
Include dependency graph for OnePIC_8bit_demo_mcp2200.c:

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)

Detailed Description

Connects to the MCP2200 using the Hardware UART module.

Definition in file OnePIC_8bit_demo_mcp2200.c.