WSU-Vancouver-IEEE-Club / cougballoon2.0

Stuff for the 2016 #cougballoon project
0 stars 1 forks source link

Change SD from Serial1 to Serial2 #2

Open mikehmbn opened 8 years ago

mikehmbn commented 8 years ago

The mainboard is already wired to use Serial1 with the RockBlock, so just need to change all instances of Serial1 in the SD datalogger code to Serial2.

mkhnsn commented 8 years ago

Pins for Serial2 on Teensy are already used, have to use Serial3. Pins 7/8.

On Feb 21, 2016, at 10:20 AM, Michael Hamilton notifications@github.com wrote:

The mainboard is already wired to use Serial1 with the RockBlock, so just need to change all instances of Serial1 in the SD datalogger code to Serial2.

— Reply to this email directly or view it on GitHub https://github.com/WSU-Vancouver-IEEE-Club/cougballoon2.0/issues/2.

emanuelbrici commented 8 years ago

I will make the change over to Serial3 when I am connected to the GPS board. I don't want to blindly change anything without making sure it works first.