1. 04 5月, 2019 3 次提交
  2. 03 5月, 2019 3 次提交
  3. 02 5月, 2019 2 次提交
  4. 01 5月, 2019 2 次提交
  5. 30 4月, 2019 1 次提交
  6. 27 4月, 2019 2 次提交
  7. 26 4月, 2019 3 次提交
    • D
      Update dependencies from https://github.com/dotnet/iot build 20190424.1 (#388) · a9b9b081
      dotnet-maestro[bot] 提交于
      - Iot.Device.Bindings - 0.1.0-prerelease.19224.1
      - System.Device.Gpio - 0.1.0-prerelease.19224.1
      a9b9b081
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190424.9 (#387) · 01c4f705
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19224.9
      01c4f705
    • L
      Adding GrovePi support (#246) · 434a15c8
      Laurent Ellerbach 提交于
      * Adding BrickPi3 device
      
      * fixing names for Linux builds
      
      * fixing name of SPIExceptions.cs in csproj file
      
      * fiex typos in README, ,improved code based on GitHub reviews
      
      * remove specific exceptions to use generic ones, adjusted the code accordingly, added SPI bus Id and chip select line
      
      * Adding support for GoPiGo3
      
      * Incorportated feedback following the PR
      
      * Adjusting code based on last commit
      
      * Fixed code based on latest feedbacks. Fixed typos in comments
      
      * Adding GrovePi support
      
      * Updating code based on PR comments
      
      * fixed code following PR feedbacks
      
      * Fixed comment issue
      
      * Adjusting exception for arguments as well as adding comments based on PR feedbacks
      
      * Updating code based on latest PR comments
      
      * fixed typo and feedback in last PR comments
      
      * updating csproj files and fixing double namespace
      434a15c8
  8. 25 4月, 2019 2 次提交
  9. 24 4月, 2019 3 次提交
  10. 23 4月, 2019 1 次提交
  11. 21 4月, 2019 2 次提交
  12. 20 4月, 2019 2 次提交
  13. 19 4月, 2019 2 次提交
  14. 18 4月, 2019 3 次提交
    • A
      Add bmp180 device (#184) · c0984ad1
      Antonio Garcia 提交于
      * Add BMP180 device binding
      
      * Create README.md
      
      * Remove StartupObject and OutputType
      
      * Remove nuget.config file, isn't required
      
      * Fix project setup
      
      * Fix ProjectReference
      
      * Changes based in feedback
      
      * added Units.csproj
      
      * Added Iot.Units
      Fix "Sapling" -> "Sampling"
      Fix extra space
      Change Dispose method
      
      * Implement Temperature - Iot.Units
      
      * Remove CommunicationProtocol , BMP180 only have i2c
      
      * Remove CommunicationProtocol
      
      * Remove duplicate
      
      * Fix namespace
      
      * Fix README
      
      * Remove initialized
      Remove "this" keyword
      Add space
      
      * Fix brace style
      
      * add space between get and set
      
      * - Remove LangVersion
      - Remove MSBuildThisFileDirectory
      
      * Removed duplicate logic
      
      * - Changed B7 type
      - Add seaLevelPressure = 103125
      
      * - Add units
      - Fix tempValue.Celsius
      
      * simplify temperature formula
      
      * Remove shift operator
      Simplify pressure formula
      
      * Change return value
      Implement Span
      
      * add comment referencing  datasheet  time constant
      
      * Update Bmp180.cs
      
      Fix space
      
      * Update Register.cs
      
      change access modifier
      
      * Update Bmp180.csproj
      
      convert to -> Version="$(SystemDeviceGpioPackageVersion)"
      c0984ad1
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190417.1 (#368) · 53a37c39
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19217.1
      53a37c39
    • J
      Changes in order to make windows implementation Api compatible with Linux (#367) · dadb7c82
      Jose Perez Rodriguez 提交于
      * Changes in order to make windows implementation Api compatible with Linux
      
      * Throwing PNSE on static Create method of the UnixDriver
      dadb7c82
  15. 17 4月, 2019 4 次提交
  16. 16 4月, 2019 5 次提交