A repository for MicroPython code that communicates with and relays information from the Texas Instruments TMP117/119 temperature sensor.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
539 B

1 month ago
1 month ago
  1. {
  2. "python.linting.enabled": true,
  3. "python.languageServer": "Pylance",
  4. "python.analysis.typeCheckingMode": "basic",
  5. "micropico.syncFolder": "",
  6. "micropico.openOnStart": true,
  7. "python.analysis.typeshedPaths": [
  8. "~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1"
  9. ],
  10. "python.analysis.extraPaths": [
  11. "~/.micropico-stubs/micropython-rp2-rpi_pico_w-stubs==1.23.0.post1"
  12. ],
  13. "python.analysis.diagnosticSeverityOverrides": {
  14. "reportMissingModuleSource": "none"
  15. }
  16. }