nkd5024
New member
cichlidtx,
When I release the first functioning code the pinout will be as follows.
20 (SDA) - SCL breakout on main board for RTC
21 (SCL) - SDA breakout on main board for RTC
50 (MISO) - SD Card
51 (MOSI) - SD Card
52 (SCK) - SD Card
53 (SS) - SD Card
LED PWM - (2,3,4,5,6,7)
Moon PWM - (8,9,10,11)
Touch screen pins will be moved to myTouch(49,48,47,43,42);
Don't have a wifi/ethernet shield yet so I don't know where those pins will go.
Moving the pins around for the touch screen allows all 15 pwm pins to be free for other things.
The temp sensors, ph, orp, ATO, and buzzer pin will be located on the atmega 328.
I currently have an atmega328 on a breadboard and am working on getting the two processors talking.
When I release the first functioning code the pinout will be as follows.
20 (SDA) - SCL breakout on main board for RTC
21 (SCL) - SDA breakout on main board for RTC
50 (MISO) - SD Card
51 (MOSI) - SD Card
52 (SCK) - SD Card
53 (SS) - SD Card
LED PWM - (2,3,4,5,6,7)
Moon PWM - (8,9,10,11)
Touch screen pins will be moved to myTouch(49,48,47,43,42);
Don't have a wifi/ethernet shield yet so I don't know where those pins will go.
Moving the pins around for the touch screen allows all 15 pwm pins to be free for other things.
The temp sensors, ph, orp, ATO, and buzzer pin will be located on the atmega 328.
I currently have an atmega328 on a breadboard and am working on getting the two processors talking.