This program demonstrates how to read sensor data and transmit over serial line and RF
It is written for mini sensor addOn V1.0
sensor_m.c
is the main file it needs
- msens_v1.c
(implemenation of access to sensors)
- 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)