Mercurial > hg > beaglert
diff include/PRU.h @ 305:b57d76dcc9ae prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 17:51:34 +0100 |
parents | 421a69d42943 |
children | ff5f346a293e |
line wrap: on
line diff
--- a/include/PRU.h Fri May 27 17:49:05 2016 +0100 +++ b/include/PRU.h Fri May 27 17:51:34 2016 +0100 @@ -64,8 +64,10 @@ bool digital_enabled; // Whether digital is used bool gpio_enabled; // Whether GPIO has been prepared bool led_enabled; // Whether a user LED is enabled + int mux_channels; // How many mux channels are used (if enabled) bool gpio_test_pin_enabled; // Whether the test pin was also enabled + volatile uint32_t *pru_buffer_comm; uint16_t *pru_buffer_spi_dac; uint16_t *pru_buffer_spi_adc;