Skip to content

Implement and unify ADCS task comprising magnetometer, photodiode, and RTC#28

Open
AlexanderThaep wants to merge 15 commits intomainfrom
adcs
Open

Implement and unify ADCS task comprising magnetometer, photodiode, and RTC#28
AlexanderThaep wants to merge 15 commits intomainfrom
adcs

Conversation

@AlexanderThaep
Copy link

Create an ADCS task that is responsible for calling all of the necessary sensor driver functions to gather information and then process the data for use in ADCS. Photodiode and magnetometer tasks are merged into this ADCS task with only distinct drivers left for both.

Testing: Tested that code runs. Results might still be inaccurate to specifications

#include "task_list.h"
#include "watchdog_task.h"

// TODO: cool ascii art
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this TODO for?

@SiddhartaL
Copy link
Member

Could you bring the Makefiles from main in and see that you're able to compile and flash with those? I'm a bit hesitant about merging Makefiles at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants