1. 20 9月, 2022 1 次提交
  2. 15 9月, 2022 1 次提交
    • P
      "Arduino C# Compiler" (#1785) · 55a4ec02
      Patrick Grawehr 提交于
      This "compiler" (actually a metadata converter and code analyzer) can take a compiled Iot program written using the Arduino binding and flash it as a standalone application to an ESP32 or similar 32-bit microcontroller.
      
      Test and debug your application on the PC using the Arduino binding, and when everything works as expected, just flash it to the ESP32 and run it without the PC.
      
      There are still a lot of open ends, but several more-or-less complex programs already work (see the WeatherStation example). Further documentation (both on usage as well as on internals) is still to be written.
      
      See Readme for further instructions.
      55a4ec02
  3. 14 9月, 2022 2 次提交
  4. 03 9月, 2022 1 次提交
  5. 18 8月, 2022 1 次提交
  6. 12 8月, 2022 1 次提交
  7. 11 8月, 2022 2 次提交
  8. 09 8月, 2022 1 次提交
  9. 05 8月, 2022 1 次提交
  10. 04 8月, 2022 1 次提交
  11. 02 8月, 2022 1 次提交
  12. 29 7月, 2022 3 次提交
  13. 28 7月, 2022 3 次提交
  14. 27 7月, 2022 1 次提交
  15. 22 7月, 2022 1 次提交
  16. 21 7月, 2022 1 次提交
  17. 20 7月, 2022 1 次提交
  18. 16 7月, 2022 1 次提交
  19. 14 7月, 2022 2 次提交
  20. 12 7月, 2022 2 次提交
  21. 08 7月, 2022 1 次提交
  22. 10 6月, 2022 3 次提交
  23. 08 6月, 2022 1 次提交
  24. 04 6月, 2022 1 次提交
    • F
      Update README.md (#1870) · 43e66f21
      Fady Anwar 提交于
      Fixing a couple of compile time error on SPI usage sample code, a missing semicolon and a variable declaration
      43e66f21
  25. 03 6月, 2022 3 次提交
  26. 21 5月, 2022 1 次提交
    • P
      Improve performance for large SPI buffer transfers (#1841) · 6be64b74
      Patrick Grawehr 提交于
      - Support waiting for SPI write commands. When using fast data rates, a buffer overrun
      will otherwise occur
      - Write SPI data in 7-bit encoding format (requires firmata update)
      - Make flow control parameter controllable from outside
      - Various stability fixes
      6be64b74
  27. 06 5月, 2022 1 次提交
  28. 03 5月, 2022 1 次提交