ESP32-basiertes Kraftort-Suchger�t mit GPS, LED-Ring und PlatformIO-Firmware.
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.

13 lines
253B

  1. #
  2. # build script written by : Michael Brockus.
  3. # github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
  4. #
  5. # license: MIT
  6. #
  7. project('example-4', 'c', meson_version: '>= 0.55.0')
  8. unity_dep = dependency('unity')
  9. subdir('src')
  10. subdir('test')