Embedded Master library for the .NET Micro Framework provides Hardware and Software extensions to the available Micro Framework Assemblies. These extensions are specific to GHI Electronics and Embedded Master.
This library provides the user with greater ability to have more innovative and flexible products. The extensions include but not limited to:
This library provides the user with greater ability to have more innovative and flexible products. The extensions include but not limited to:
- FAT File System: Provides the ability to create and use files/folders on the connected SD or USB memory media devices. The available classes are a similar subset of the .NET Framework
- USB Host Driver: Provides the ability to use various connected USB devices on low and high level. They include but not limited to:
- USB Mass Storage.
- USB HID Devices: Mouse, Keyboard, Joystick, etc.
- Printers.
- Serial Devices.
- and many more...
- USB Device Driver: Your device can be used as a USB peripheral connected to a PC.
- Hardware Extensions: Provides more hardware capabilities including but not limited to:
- Analog Pins Access
- CAN Driver: CAN is very popular in the automotive industry.
- SD Card Driver.
- and many more...
| Namespace | Description |
|---|---|
| GHIElectronics.Hardware | The GHIElectronics.Hardware namespace provides support for many available hardware components. |
| GHIElectronics.System | The GHIElectronics.System namespace provides various methods to handle the system components. |
| GHIElectronics.System.IO | The GHIElectronics.System.IO namespace contains support for many I/O services including accessing files and folders. |
| GHIElectronics.System.SystemDevices | The GHIElectronics.System.SystemDevices namespace handles the connected system devices and provide access functionalities for the user. |
