|
PIC24 Support Libraries
|
#include "esos.h"#include "esos_pic24.h"#include "esos_pic24_rs232.h"#include "esos_pic24_spi.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| void | user_init (void) |
ESOS application program to demonstrate SPI mastering in ESOS. Application recreates code in ds1722_spi_tempsense.c in Figure 10.34. (See Figure 10.31 in the text for circuit.)
Application also has a flashing LED on RB15. Flashing LED is generated by an software timer calling a user-provided callback function.
Definition in file app_ds1722.c.
| void user_init | ( | void | ) |
User-provided function to initialize user's hardware configuration register user tasks.
Definition at line 253 of file app_ds1722.c.
1.8.4