-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create includable headers for modems and mcus #239
Comments
I'm already trying some of this - the challenge seems to be to abstract the hardware platform in the top level example ino - So trying to go from the current mayfly to a SAMD1 (but could be nRF25xx with 256kram) is proving to be challenging.. |
What problems are you having with the SAMD21 board? I've tried to test everything on the Adafruit feather M0 that I have before deploying and I haven't found it to be difficult at all. The only thing I change in the program in switching from on to the other is the pin numbers. |
Well I really appreciate the framework that you have put together for AVR & Feather/SAMD21 - but as the SAMD hardware fault showed a different platform is a different challenge and takes testing - and its so nice to have a tutorial when some one has done it already :) but then one forks - and now its surfing with a lot of white water in the wake as well as trying to lean into a different wind. ..... the lib_ldf_mode = deep+ really screwed me up in pulling in multiple libs, especially as it turns out switching different outofdate branches and then getting into understanding library.json . With improvements in a resetPin for the TinyGSM that worked initially for AVR but not for SAMD .... its pretty slow for .piolibdefs to rebuild Its taken some time to find platformio options for building so the learning curve is pretty steep with a forked ModularSensors ...... and I'm also trying to get a PlaftformIo/BlackMagic Probe emulator intergrated - good for device driver testing. That of course wipes out the SAMD21 boot that turns out is embedded in flash not rom. :) ... so somewhat normal for new system development ...... |
Done. |
Yes! PR #252 does this! |
Instead of super massive example ino
Use extern to get variable values as needed
The text was updated successfully, but these errors were encountered: