Shop OBEX P1 Docs P2 Docs Learn Events
C# Example for MS5607 Pressure Sensor — Parallax Forums

C# Example for MS5607 Pressure Sensor

I´m developing an altimeter running on Raspi/Windows IoT and need example code in C#.

Comments

  • 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
  • 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.