This program is a simple base station that reads from RF and prints it out
over serial line
Version for the PIC16F876
receiv2.c
is the main file - it needs
- bim2rf3.c
(rf protocol implementation)
- core16.c
(some functions for the core board)
- fr24c64.c
(fucntions to use the FRAM chip - adpated from serial EEPROM)
- 16F876.h
(h-file for the PIC used in the core board)