![]() |
nanoFramework.Companion.Core
1.0.0-preview004
Core library for all other nanoFramework companion libraries
|
Namespaces | |
namespace | Core |
Classes | |
class | AbstractActuator |
This abstract actuator class implements basic/common actuator functions. Ideally, all actuator implementations should inherit from this class More... | |
class | AbstractMemory |
Abstract class that represents a memory device. All memory drivers should inherit this class and then extend More... | |
class | AbstractSensor |
This abstract class contains implementation, that is common to all sensors.Every new sensor driver implementation should inherit from this class More... | |
interface | IActuator |
Interface to represent an actuatorcontract. Every actuator driver must implement this interface More... | |
interface | ISensor |
This interface defines the sensor contract. Every sensor driver must implement this interface More... | |