Was about to post a log saying I could use some beta-testers...
(starting with heartbeat)
Then I realized I forgot to upload the latest version, so started to do that, and realized it's actually quite ugly. There are so many dang files!
Here's the main directory-listing:
comdirEpoxyBlob.mk
_commonCode_localized/
heartbeat_configDesktop.mk
heartbeat_config.mk
heartNoPinStuff.h
main.c
makefile
myMCU.mk
testDesktop.c
__use_Local_CommonCode.mk
Basically, I was attempting two things:
- Combine all tests (both the Desktop-based test-application AND the AVR test-application) into a single package
- Break things up a bit to make the files more intelligible... (e.g. the four .mk files were originally *all* in makefile)
Desktop-Application-Specific files:
- heartbeat_configDesktop.mk
- heartNoPinStuff.h (necessary when not using an AVR)
- testDesktop.c
AVR-Specific:
- heartbeat_config.mk
- myMCU.mk
... Yeah, I think I need to have some directores, e.g.
- configDesktop/
- ...
... yeah I don't have the energy to do it right now. BUT if you want to follow this, that'd be awesome! I could use some followers on this one!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.