RPICT Development Datasheet: Difference between revisions
Jump to navigation
Jump to search
(→ADC) |
(→ADC) |
||
Line 23: | Line 23: | ||
Chip select differs according to board type slave or master. | Chip select differs according to board type slave or master. | ||
{| class="wikitable" | |||
|+ | |||
|- | |||
!Board Type | |||
!Atmel Pin | |||
!Arduino Pin | |||
|- | |||
|Master | |||
|PB2 | |||
|10 | |||
|- | |||
|Slave 1 | |||
| | |||
|6 | |||
|- | |||
|Slave 2 | |||
| | |||
|7 | |||
|- | |||
|Slave 3 | |||
| | |||
|8 | |||
|- | |||
|Slave 4 | |||
| | |||
|9 | |||
|- | |||
|} |
Revision as of 12:03, 6 November 2019
RPICT with MCP3208
Applies to :
- RPICT7V1 Version 2
- RPICT7V1 Version 3
- RPICT8 Version 3.0
- RPICT8 Version 1.3
- RPICT4V3 Version 2
- RPICT4V3 Version 3
- RPI_LCT4V3
- RPI_LCT8
Generalities
Microcontroller: Atmega328p
ADC: MCP3208
ADC
ADC is accessed using standard SPI port on Atmega328p using pins MISO MOSI SCK.
Chip select differs according to board type slave or master.
Board Type | Atmel Pin | Arduino Pin |
---|---|---|
Master | PB2 | 10 |
Slave 1 | 6 | |
Slave 2 | 7 | |
Slave 3 | 8 | |
Slave 4 | 9 |