mdstiele / issglobe

Python code with code to pull iss tle data and output to neopixels
1 stars 0 forks source link

load variables only once per instance #17

Closed mdstiele closed 2 years ago

mdstiele commented 3 years ago

I should load the following variable only once on system startup. I will want to make them global vars or pas them in but lock them so they cant be changed

mdstiele commented 2 years ago

these are now under the lightarray class object and are initialized on start up and stored under the class object. this should be closed now and i dont remember if i was referring to something else.