Skip to content

Mario#79

Open
purviyeshi wants to merge 7 commits intoSRA-VJTI:humblefrom
purviyeshi:Mario
Open

Mario#79
purviyeshi wants to merge 7 commits intoSRA-VJTI:humblefrom
purviyeshi:Mario

Conversation

@purviyeshi
Copy link

@purviyeshi purviyeshi commented Apr 13, 2024

Modify the structure in all firmware codes according to the struct defined in the servo.h code

Copy link
Member

@aPR0T0 aPR0T0 left a comment

Choose a reason for hiding this comment

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

Most of the things look good to me, have to get tested

@@ -1,26 +1,3 @@
/*
Copy link
Member

Choose a reason for hiding this comment

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

Don't remove license

display_logo(MARIO_LOGO);
vTaskDelay(100);
#endif
#ifdef CONFIG_ENABLE_OLED
Copy link
Member

Choose a reason for hiding this comment

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

remove the indentations

vTaskDelay(100);
#ifdef CONFIG_ENABLE_OLED
// Diplaying Servo A, Servo B, Servo C, Servo D values on OLED
display_servo_values(read_servo(&servo_a), read_servo(&servo_b), read_servo(&servo_c), read_servo(&servo_d));
Copy link
Member

Choose a reason for hiding this comment

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

why was this function removed?

@@ -1,26 +1,3 @@
/*
Copy link
Member

Choose a reason for hiding this comment

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

Don't remove license

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.

2 participants