Adafruit_MCP9601.cpp 823 B

123456789101112131415161718192021222324
  1. /**************************************************************************/
  2. /*!
  3. @file Adafruit_MCP9601.cpp
  4. This is a library for the Adafruit MCP9601 breakout board
  5. ----> https://www.adafruit.com/product/4101
  6. Adafruit invests time and resources providing this open source code,
  7. please support Adafruit and open-source hardware by purchasing
  8. products from Adafruit!
  9. K. Townsend (Adafruit Industries)
  10. BSD (see license.txt)
  11. */
  12. /**************************************************************************/
  13. #include "Adafruit_MCP9601.h"
  14. /**************************************************************************/
  15. /*!
  16. @brief Instantiates a new MCP9601 class
  17. */
  18. /**************************************************************************/
  19. Adafruit_MCP9601::Adafruit_MCP9601() { _device_id = 0x41; }