ATtiny85 Template Code
Code snippets for the ATtiny85
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
uart_send.c File Reference
#include <avr/io.h>
#include <avr/interrupt.h>
#include "../hardware.h"
#include "uart_defs.h"
#include "softuart.h"
Include dependency graph for uart_send.c:

Go to the source code of this file.

Functions

void uartInit ()
 
void uartSend (char ch)
 

Function Documentation

void uartInit ( )

Initialise the UART

Definition at line 30 of file uart_send.c.

void uartSend ( char  ch)

Write a single character

Send a single character on the UART.

Parameters
chthe character to send.

Definition at line 52 of file uart_send.c.

Here is the caller graph for this function: