1. 05 2月, 2019 5 次提交
  2. 04 2月, 2019 1 次提交
    • J
      Get HD44780 working · e0271400
      Jeremy Kuhne 提交于
      Tested with 16x2 and 20x4 displays with 4 and 8 bit addressing.
      Tested with MCP23008 I2C interface (on CrowPi).
      All device input working and tested, including custom characters.
      Performance tuned for 8 bit direct access (now 3X as fast).
      APIs massaged to align with existing .NET terminology (Console, etc.).
      Detailed comments added on behavior and performance considerations.
      
      Will follow up with assembly name changes. Also will add a simple LCD1602 and LCD2004 derived class for the most common cases.
      e0271400
  3. 31 1月, 2019 4 次提交
  4. 30 1月, 2019 3 次提交
  5. 29 1月, 2019 3 次提交
  6. 28 1月, 2019 1 次提交
    • F
      HC-SR04 device binding (#153) · 9598969a
      Fredrik Eilertsen 提交于
      * Initial commit
      
      * Remove tests add GetDistance
      
      * Add sample
      
      * Update sample
      
      * Ref perform both operations at once
      
      * Fix some review
      
      * Update code to resemble krwq
      
      * Clean up the readmes
      
      * Add fritzing diagram
      
      * Add 1kohm resistor
      
      * Fix class docs
      9598969a
  7. 26 1月, 2019 1 次提交
  8. 24 1月, 2019 2 次提交
  9. 23 1月, 2019 6 次提交
  10. 19 1月, 2019 2 次提交
  11. 16 1月, 2019 2 次提交
    • G
      Cleanup for SPI drivers (#144) · 2bf78c29
      Greg Ingram 提交于
      * Added editconfig file
      
      * Cleanup for SPI drivers
      
      * Updated for feedback
      2bf78c29
    • A
      Update Si7021 device and sample (#147) · 103e45e8
      Andrew Phelps 提交于
      * updates per previous feedback. Add readme and fritzing diagram.
      
      * address feedback for camelCase variables and excplicit access modifiers
      
      * remove space character that broke link to Si7021 readme
      103e45e8
  12. 15 1月, 2019 2 次提交
    • G
      Cleanup for I2C drivers (#143) · f45fda09
      Greg Ingram 提交于
      * Added editconfig file
      
      * Cleanup for I2C drivers
      
      * Cleanup for I2C drivers
      
      * Updated wording
      
      * Updated for feedback
      f45fda09
    • A
      add sample for si7021 temperature read over i2c (#86) · 8b42ce21
      Andrew Phelps 提交于
      * add sample for si7021 temperature read over i2c
      
      * add Si7021 device class
      
      * remove ReadTempFromSi7021.cs
      
      * add device sample for Si7021 and humidity read command
      
      * remove reference to README in Si7021 csproj file
      8b42ce21
  13. 12 1月, 2019 2 次提交
  14. 10 1月, 2019 1 次提交
  15. 09 1月, 2019 3 次提交
    • G
      Added missing GPIOs 0 and 1 · 217752c6
      Greg Ingram 提交于
      217752c6
    • G
      Random GPIO cleaning (#138) · d4e7b67a
      Greg Ingram 提交于
      * Basic cleanup in GPIO files
      
      * Basic comment cleanup in GPIO files
      
      * Removed othing lingering words
      
      * Another round of GPIO cleaning
      
      * Removed a couple more words
      
      * Added readonly and updated casing
      
      * Better method grouping and synced constructor summaries
      d4e7b67a
    • G
      Added How to Prepare a Publish Profile doc (#117) · 4b6fba1b
      Greg Ingram 提交于
      * Added How to Prepare a Publish Profile doc
      
      * Updated title
      
      * Heck consistent wording
      
      * Added for win-arm
      
      * Updated  CLI section and file transfer tools
      
      * Removed irrelevant section
      
      * Replaced spaces with dashes
      
      * Forgot link
      4b6fba1b
  16. 08 1月, 2019 2 次提交