novag / SlimLoRa

WIP, does NOT work yet. See https://github.com/novag/LoRa-ATtiny-Node for a working version made for the ATtiny85.
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Magic numbers everywhere #8

Open novag opened 3 years ago

novag commented 3 years ago

I tried to create definitions for the most important constants. But there are still many constants without names. So if you stumble upon a constant that you don't understand, take a closer look or ask me. Then it's best to create a pull request in which you replace the constant with a definition describing the constant.