Luftdruck, Luftfeuchtigkeit und Temperatur mit UDP und Webserver
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.3KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <projectDescription>
  3. <name>BME280</name>
  4. <comment></comment>
  5. <projects>
  6. </projects>
  7. <buildSpec>
  8. <buildCommand>
  9. <name>io.sloeber.core.inoToCpp</name>
  10. <arguments>
  11. </arguments>
  12. </buildCommand>
  13. <buildCommand>
  14. <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
  15. <triggers>clean,full,incremental,</triggers>
  16. <arguments>
  17. </arguments>
  18. </buildCommand>
  19. <buildCommand>
  20. <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
  21. <triggers>full,incremental,</triggers>
  22. <arguments>
  23. </arguments>
  24. </buildCommand>
  25. </buildSpec>
  26. <natures>
  27. <nature>org.eclipse.cdt.core.cnature</nature>
  28. <nature>org.eclipse.cdt.core.ccnature</nature>
  29. <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
  30. <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
  31. <nature>io.sloeber.arduinonature</nature>
  32. </natures>
  33. <linkedResources>
  34. <link>
  35. <name>core/core</name>
  36. <type>2</type>
  37. <locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.8.2/cores/arduino</locationURI>
  38. </link>
  39. <link>
  40. <name>core/variant</name>
  41. <type>2</type>
  42. <locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.8.2/variants/mega</locationURI>
  43. </link>
  44. <link>
  45. <name>libraries/Adafruit_Unified_Sensor</name>
  46. <type>2</type>
  47. <locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/Adafruit_Unified_Sensor/1.1.2</locationURI>
  48. </link>
  49. <link>
  50. <name>libraries/BME280</name>
  51. <type>2</type>
  52. <locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/BME280/2.3.0</locationURI>
  53. </link>
  54. <link>
  55. <name>libraries/DHT_sensor_library</name>
  56. <type>2</type>
  57. <locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/DHT_sensor_library/1.3.8</locationURI>
  58. </link>
  59. <link>
  60. <name>libraries/Ethernet</name>
  61. <type>2</type>
  62. <locationURI>ECLIPSE_HOME/arduinoPlugin/libraries/Ethernet/2.0.0</locationURI>
  63. </link>
  64. <link>
  65. <name>libraries/SPI</name>
  66. <type>2</type>
  67. <locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.8.2/libraries/SPI</locationURI>
  68. </link>
  69. <link>
  70. <name>libraries/Wire</name>
  71. <type>2</type>
  72. <locationURI>ECLIPSE_HOME/arduinoPlugin/packages/arduino/hardware/avr/1.8.2/libraries/Wire</locationURI>
  73. </link>
  74. </linkedResources>
  75. </projectDescription>