-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defined CSP port number for temperature data acquisition service. Defined addresses in CAN and UART communication. pico: Fix Switch Statement Fixed to return temperature when a request comes in on a specific port. pico: Fix for temperature acquisition Fixed for temperature acquisition. pico: Fix Program Fixed to take data from temperature sensor and send it through CSP. Signed-off-by: Riho Natsushima <nasshi7224@gmail.com> pico: Fix 'Add i2c0 Settings' Fixed Linelint because Linelint is an error. Signed-off-by: Riho Natsushima <nasshi7224@gmail.com>
- Loading branch information
Showing
5 changed files
with
78 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
#include <zephyr/device.h> | ||
|
||
int get_temp(const struct device *dev, float *temp); | ||
void get_temp(csp_conn_t *conn); |