项目作者: mushrom

项目描述 :
A UART debugging library for poor, starving attiny*5s
高级语言: C
项目地址: git://github.com/mushrom/cereal.git
创建时间: 2014-12-21T05:04:48Z
项目社区:https://github.com/mushrom/cereal

开源协议:MIT License

下载


Cereal

A library for UART output and debugging on the attiny85

Building


  1. make
  2. make flash
  3. # or
  4. make sudoflash

Configuring


By default, the baud rate is set to 9600, and the output pin set to #0.
To change the defaults, edit the defines in cereal.h.