Skip to content

EinarArnason/AnalogSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnalogSensor library

Interface for implementing code for analog sensors

The What

This is a header only library interface that includes common non-platform specific functionality meant for analog sensors.

The Why

The goal is to make cross platform implementation easier for analog sensor reading.

The How

Because the library is header only, it only needs to be included.

#include "AnalogSensor.h"

class SomeSensor : public AnalogSensor {
    ...
}

Using cmake

add_subdirectory(${analogSensorDir})
target_link_libraries(${PROJECT_NAME} AnalogSensor)

The Who

Einar Arnason
https://github.com/EinarArnason
https://www.linkedin.com/in/einararnason/

About

Interface for implementing code for analog sensors

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages