Skip to content

Kampi/ESP-MCP9808

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 driver for MCP9808 I2C temperature sensor.

Table of Contents

About

Use with PlatformIO

  • Add the library to the lib_deps parameter
lib_deps =
    https://gitlab.server-kampert.de/esp32/libraries/mcp9808.git
  • Run pio -t menuconfig from the root of your project to configure the driver

Use with esp-idf

  • Create a directory components in your project root
  • Clone the repository into the components directory
  • Build the project

Maintainer