VK6TT / stm8ef-nRF24L01-

To allow the stm8ef barebones board to interface with a nRF24L01+
8 stars 3 forks source link

Support tiered programming model #3

Open TG9541 opened 6 years ago

TG9541 commented 6 years ago

Hi Richard, as explained in the emails, I'd like to explore a 3-tiered programming model:

  1. STM8 eForth binary base (release as specified in Makefile)
  2. nRF24L01+ driver, using e4thcom \res and #require for convenience and efficiency
  3. application code, taking advantage of binary from 2. that provides a nRF24L0+ vocabulary

Application code may use a binary release from this repository.

VK6TT commented 5 years ago

Hi Thomas,

apologies but my ignorance of how Git works meant I overlooked this issue. By all means take this code in whatever direction you see fit.

Best regards Richard

TG9541 commented 5 years ago

Hi Richard,

Git and GitHub works in any way you take it :-)

Most small-scale projects only use a small part of the features it provides, as using some more requires working on things that are not related to the primary intent (which is coding).

As you know, I was quite occupied with other things during the last year but I'll pick up the nRF24 topic again as soon I can break a 50+ working hours "habit".

Best, Thomas