Contiki 2.6
|
This file provides functions to control various chips on the Sensinode N740s: More...
#include "dev/n740.h"
#include "dev/uart1.h"
Go to the source code of this file.
This file provides functions to control various chips on the Sensinode N740s:
Mux/De-mux: Connected to P0_3 (set to output in models.c Changing the state of the mux/demux can have catastrophic (tm) results on our software. If we are not careful, we risk entering a state where UART1 RX interrupts are being generated non-stop. Only change its state via the function in this file.
Shift Register: For the shift register we can:
The chip is connected to CPU pins as follows:
This file can be placed in any bank.
Definition in file n740.c.