Created Wed, 06 Jun 2018 23:52:57 +0000 by ricklon
Wed, 06 Jun 2018 23:52:57 +0000
Before jumping in. I figured I would ask. I've got a project I'm converting from Fubarino SD to Fubarino mini. I'm using Input Capture in the following project for the Fubarino SD https://github.com/fubarlabs/foocars/blob/master/cars/ulysses/arduino/FullAutoDrive/src/FullAutoDrive.ino
Would input capture work the same way and I would need to map it via mapPps() before hand. If that's the case I would like to up date the documentation.
--Rick
Thu, 07 Jun 2018 12:59:44 +0000
Rick, I think it will work the same way, and I think you will need to map the input pins unless you just happen to use the defaults.
*Brian
Tue, 12 Jun 2018 09:49:27 +0000
Since there's no core support for IC there are no "defaults" to use - you will have to use mapPps regardless before you try using IC.