libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Variables
serial.test.h File Reference
#include <propeller.h>
#include <stdio.h>
#include "unity.h"
#include "serial.h"
#include "c++-alloc.h"
Include dependency graph for serial.test.h:

Go to the source code of this file.

Variables

const int rxpin = 18
 Required Hardware: pins rxpin and txpin connected by a ~10kOhm resistor pins rtspin and cts pin connected by a ~10kOhm resistor. More...
 
const int txpin = 19
 
const int baud = 460800
 
const int ctspin = 20
 
const int rtspin = 21
 
const int MAXTIME = 10
 
Serial sut
 

Variable Documentation

const int baud = 460800
const int ctspin = 20
const int MAXTIME = 10
const int rtspin = 21
const int rxpin = 18

Required Hardware: pins rxpin and txpin connected by a ~10kOhm resistor pins rtspin and cts pin connected by a ~10kOhm resistor.

Serial sut
const int txpin = 19