]> git.itanic.dy.fi Git - BME280_driver/blobdiff - selftest/bme280_selftest.h
Removed self-test
[BME280_driver] / selftest / bme280_selftest.h
diff --git a/selftest/bme280_selftest.h b/selftest/bme280_selftest.h
deleted file mode 100644 (file)
index e1908db..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-/**\r
-* Copyright (c) 2020 Bosch Sensortec GmbH. All rights reserved.\r
-*\r
-* BSD-3-Clause\r
-*\r
-* Redistribution and use in source and binary forms, with or without\r
-* modification, are permitted provided that the following conditions are met:\r
-*\r
-* 1. Redistributions of source code must retain the above copyright\r
-*    notice, this list of conditions and the following disclaimer.\r
-*\r
-* 2. Redistributions in binary form must reproduce the above copyright\r
-*    notice, this list of conditions and the following disclaimer in the\r
-*    documentation and/or other materials provided with the distribution.\r
-*\r
-* 3. Neither the name of the copyright holder nor the names of its\r
-*    contributors may be used to endorse or promote products derived from\r
-*    this software without specific prior written permission.\r
-*\r
-* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
-* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
-* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\r
-* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\r
-* COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\r
-* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r
-* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
-* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
-* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
-* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\r
-* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
-* POSSIBILITY OF SUCH DAMAGE.\r
-*\r
-* @file        bme280_selftest.h\r
-* @date        2020-01-24\r
-* @version     v3.4.3\r
-*\r
-*/\r
-\r
-/*!\r
- * @addtogroup bme280_selftest\r
- * @brief\r
- */\r
-\r
-#ifndef BME280_SELFTEST_H_\r
-#define BME280_SELFTEST_H_\r
-\r
-#include "bme280.h"\r
-\r
-/*! CPP guard */\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-/**\name API warning code */\r
-#define BME280_W_SELF_TEST_FAIL INT8_C(2)\r
-\r
-/*!\r
- * @brief This API reads the stored CRC and then compare with calculated CRC\r
- *\r
- * @param[in] dev : Structure instance of bme280_dev.\r
- *\r
- * @return Result of API execution status\r
- * @retval zero -> Success / +ve value -> Warning / -ve value -> Error\r
- */\r
-int8_t bme280_selftest_crc(const struct bme280_dev *dev);\r
-\r
-/*! CPP guard */\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-\r
-#endif /* BME280_SELFTEST_H_ */\r
-/** @}*/\r