1. 05 1月, 2023 1 次提交
  2. 04 1月, 2023 1 次提交
  3. 30 12月, 2022 1 次提交
  4. 09 12月, 2022 1 次提交
  5. 06 12月, 2022 1 次提交
  6. 03 12月, 2022 2 次提交
  7. 02 12月, 2022 3 次提交
  8. 11 11月, 2022 1 次提交
    • A
      mcp25xx add read and write methods (#1959) · 895d5e55
      Andrey Kozlov 提交于
      * add read and write methods for mcp2515
      
      * fix add file to sln
      
      * add bitrates and first test
      
      * add test to bitrate
      
      * set mode test
      
      * add examples
      
      * add to Readme read and write operations
      
      * delete tabs
      
      * use stackalloc
      
      * refactor bitrate
      
      * fix documentation
      add max message size
      
      * change read and write data to CanMessage object from byte array
      
      * separate canMessage to received and sending message
      
      * add tests
      
      * extract enum to another file
      
      * fix file formatting
      
      * Make reading work for test device
      
      Read should provide the data first, not test for it
      
      * ReadAllBuffers private
      
      * add ReceiveBuffer property to ReceivedCanMessage
      Co-authored-by: NPatrick Grawehr <pgrawehr@hotmail.com>
      895d5e55
  9. 08 11月, 2022 1 次提交
  10. 07 11月, 2022 1 次提交
  11. 05 11月, 2022 1 次提交
  12. 04 11月, 2022 2 次提交
  13. 03 11月, 2022 2 次提交
  14. 25 10月, 2022 2 次提交
  15. 21 10月, 2022 2 次提交
  16. 20 10月, 2022 1 次提交
    • K
      Add HX711 I2C weight sensor module (#1956) · b125fa13
      Krzysztof Wicher 提交于
      * Add HX711 I2C weight sensor module
      
      * More control over sampling rate (SampleAveraging, ReadWriteDelay) and other feedback
      
      * fix table with how to connect
      
      * Fix markdownlint error MD032
      
      * use new namespace syntax
      
      * bump LangVersion
      b125fa13
  17. 18 10月, 2022 1 次提交
  18. 08 10月, 2022 4 次提交
  19. 07 10月, 2022 1 次提交
  20. 06 10月, 2022 1 次提交
  21. 05 10月, 2022 1 次提交
  22. 04 10月, 2022 2 次提交
  23. 01 10月, 2022 1 次提交
  24. 30 9月, 2022 2 次提交
  25. 29 9月, 2022 2 次提交
    • P
      The call to Dns.GetHostEntry() may fail on MacOS (#1927) · eae8a70b
      Patrick Grawehr 提交于
      * The call to Dns.GetHostEntry() may fail on MacOS
      
      ... only ever seen there.
      
      * Build on one CPU only
      
      Maybe this avoids the concurrency problems?
      
      * Revert "Build on one CPU only"
      
      This reverts commit 7ee8124b4ceb5e31df7f74d7da4e908ad96aaac3.
      
      * Make sure there's only one .csproj per directory
      
      Therefore split up sample folders containing multiple
      projects into subfolders. This fixes the macOS build and
      also some weird issues on other operating systems (such
      as the debugger getting confused about which one to execute)
      
      * Also update the solution files
      eae8a70b
    • J
      fix call to GetIOException (issue 1928) (#1932) · aef8e764
      jdbruner 提交于
      aef8e764
  26. 28 9月, 2022 1 次提交
  27. 23 9月, 2022 1 次提交