Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 648 Bytes

IctBaden.RasPi

Basic hardware access library for Raspberry Pi .NET programs

Two versions:

Name Description
IctBaden.RasPi.Net40 .NET Full Framework (Mono), hardare (DMA) PWM on Raspberry Pi 1 only!
IctBaden.RasPi .NET Core 2.1, soft PWM support only

Low Level

High Level

  • LCD connected to I2C (SainSmart IIC LCD1602 Module)
  • OLED connected to I2C - how to use...
  • OneWire temperature sensors (DS18S20)
  • PWM (DMA based on Raspberry Pi 1 only, soft PWM on Raspberry Pi 2 up)