RobertK66 / obc_1769_core

Implements hardware abstractions and Layer2(3) modules for usage of the OBC hardware in cubesat projects
GNU General Public License v3.0
1 stars 1 forks source link

RadTest II: Readout sensor values #33

Closed RobertK66 closed 2 years ago

RobertK66 commented 2 years ago

output - the sensor vals every x seconds.

kodsurf commented 2 years ago

image By using this in layer 3sensor ?

readJob.rx_data should be printed to debug uart with system events string every 10 seconds ?

kodsurf commented 2 years ago

https://github.com/RobertK66/obc_1769_core/pull/36/commits/eea7990b273b370638fc188713a1e64ca7635e75

Is this what was meant for read sensor values ?

why not combine and continue with it in issue32 ?

RobertK66 commented 2 years ago

Yes this should be ok. you mean to add it to https://github.com/RobertK66/obc_1769_core/tree/feature/issue32 branch and together with #36 pull request? Yes seems feasible because ;-).

RobertK66 commented 2 years ago

fixed with #32