GM6000 Digital Heater Controller Branch: main
SDX-1330
Namespaces
Driver Namespace Reference

namespace More...

Detailed Description

namespace

The 'Driver' namespace provides a collection of platform/target independent concrete device drivers.

The default SPI bus.

The default SPI pins - Pin The default SPI pins (Data/Command pin for the LCD controller) - Pin The default PWM signal to the backlight - Timer

The default SPI pins - Pin The default SPI pins - Port The default SPI pins (Data/Command pin for the LCD controller) - Pin The default SPI pins (Data/Command pin for the LCD controller) - Port The default PWM signal to the backlight - Timer The default PWM signal to the backlight - Timer.Channel

Note: Some of the drivers maybe very specific to a hardware device, peripheral, IC, etc. However all of the drivers will have a defined Hardware Abstraction Layer (HAL) - that allows the concrete driver to be decoupled from a specific target/BSP. This paradigm allows reuse of the drivers when the some device/peripheral is common across multiple physical targets.

The various driver interfaces are/were created as needed, i.e. there is NO grand plan to design the canonical set of drivers. In addition, the are/will-be drivers that are very similar - but different for some reason or other. This is OKAY. If an existing driver make sense for you application - then use it. What you should NOT do - is for force your application design to accommodate an existing driver interface (i.e. instead create a new driver that meets your requirements).

Namespaces

namespace  AIO
 namespace
 
namespace  Button
 The 'Button' namespace provides a drivers for handling 'button' inputs.
 
namespace  Crypto
 The 'Crypto' namespace provides a collection of Cryptographic functions and algorithms.
 
namespace  DIO
 The 'DIO' namespace provides drivers for Digital Input/Output drivers.
 
namespace  I2C
 The 'I2C' namespace defines a platform independent interface for a I2C bus.
 
namespace  LED
 The 'LED' namespace provides drivers for various LEDs.
 
namespace  NV
 The 'NV' namespace defines a platform independent interface for reading and writing from/to non-volatile storage.
 
namespace  PicoDisplay
 The 'PicoDisplay' namespace provides a top-level/composite driver that provides an abstraction that represents the physical hardware of the Pimoroni Pico Display board.
 
namespace  RHTemp
 The 'RHTemp' namespace provides a top-level driver that provides an abstraction that represents a combined Relative Humidity and Temperature sensor.
 
namespace  SPI
 The 'SPI' namespace defines a platform independent interface SPI drivers.
 
namespace  TPipe
 The 'TPipe' namespace provides a point-to-point full duplex 'pipe' used to pass text based commands between to two end points.
 
namespace  Wifi
 The 'Wifi' namespace provides various types of drivers related to WIFI networks.