ulp: remove ESP32 ULP TSENS references

Due to poor accuracy the ESP32 ULP TSENS instructions is not recommend for use.
We keep the instruction itself to support users which are already using it,
but should remove it from examples and docs to avoid encouring any new usage of it.
This commit is contained in:
Marius Vikhammer
2022-07-05 17:37:13 +08:00
parent fca7be2ddb
commit 3d61c6d7d7
5 changed files with 22 additions and 225 deletions

View File

@@ -90,7 +90,7 @@ extern "C" {
#define SUB_OPCODE_END 0 /*!< Stop executing the program and optionally wake up the chip */
#define SUB_OPCODE_SLEEP 1 /*!< Stop executing the program and run it again after selected interval */
#define OPCODE_TSENS 10 /*!< Instruction: temperature sensor measurement */
#define OPCODE_TSENS 10 /*!< Instruction: temperature sensor measurement. Poor accuracy, not recommended for most use-cases */
#define OPCODE_HALT 11 /*!< Halt the coprocessor */