libpruw1  0.4
One wire (W1) driver for Beaglebone hardware based on libpruio
pruw1.hp
Go to the documentation of this file.
1 #ifdef FOR_DOXYGEN_ONLY
39 // Swap the following two lines in order to compile with monitoring features.
40 #define __PRUW1_MONITOR__
41 #endif
42 #define __SRAM_BASE__
43 
44 #define CMD_RESET 16
45 #define CMD_TRIP 32
46 #define CMD_RECV 48
47 #define CMD_SEND 64
48 
49 #define LOG_BASE 80
50 #define LOG_MAX 3071