Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
C# Example for MS5607 Pressure Sensor — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Customer Projects
C# Example for MS5607 Pressure Sensor
awaron
Posts:
1
2020-05-24 11:08
in
Customer Projects
I´m developing an altimeter running on Raspi/Windows IoT and need example code in C#.
Comments
iseries
Posts:
1,508
2020-05-24 12:05
There's no I/O pins on windows so how can C# access that chip.
To build a C# Class need to know what the inputs will be.
Mike
AwesomeCronk
Posts:
1,055
2020-05-25 01:46
You will want to have the raspberry pi read data from the sensor, then talk to the PC over serial or WiFi. Then you c# code can read and handle the data from that. Without more details, that’s all I can give you.
Sign In
or
Register
to comment.
Comments
To build a C# Class need to know what the inputs will be.
Mike