1. 10 6月, 2022 1 次提交
    • F
      Fixing an inverted timeout condition (#1871) · 68e50c97
      Fady Anwar 提交于
      Card reading timeout should happen when dtTimeout < DateTime.Now not the other way around, otherwise ListenToCardIso14443TypeA(out Data106kbpsTypeA card, TimeSpan timeout) will always return false. i.e. since dtTimeout is in the future it will be always greater than DateTime.Now
      68e50c97
  2. 08 6月, 2022 1 次提交
  3. 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
  4. 03 6月, 2022 3 次提交
  5. 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
  6. 06 5月, 2022 1 次提交
  7. 03 5月, 2022 1 次提交
  8. 27 4月, 2022 1 次提交
  9. 22 4月, 2022 1 次提交
  10. 21 4月, 2022 2 次提交
  11. 17 4月, 2022 2 次提交
  12. 15 4月, 2022 1 次提交
  13. 14 4月, 2022 3 次提交
  14. 31 3月, 2022 3 次提交
  15. 28 3月, 2022 1 次提交
  16. 22 3月, 2022 1 次提交
  17. 21 3月, 2022 1 次提交
  18. 10 3月, 2022 12 次提交
  19. 09 3月, 2022 1 次提交
  20. 07 3月, 2022 1 次提交
    • O
      Added support for WS2815B (#1800) · cf3887b5
      Oliver Japes 提交于
      * Introduced color mode, added support for WS2815B
      
      * Revamped the sample
      
      * Changed sample
      
      * Fixed namespace
      
      * Updated Readme
      
      * Removed YouTube-Link
      
      * Added copyright headers
      
      * Removed color mode, added derivation of BitmapImageNeo3 for RGB-format
      
      * Added new commented line that shows that the initialization of Ws2815b is identical to the other strips
      
      * Broken up the menu output for better readability
      
      * Moved properties (back) to protected const fields
      cf3887b5
  21. 04 3月, 2022 1 次提交