1. 13 5月, 2019 1 次提交
  2. 11 5月, 2019 2 次提交
  3. 10 5月, 2019 2 次提交
    • G
      Initial progress dump for Mcp25xxx binding (#306) · c5077855
      Greg Ingram 提交于
      * Initial progress dump for Mcp25xxx binding
      
      * Added another dev board
      
      * Set projects to latest language version
      
      * Small format update
      
      * Updated approach to pin read and writes
      
      * Added IRegister
      
      * Changed Register to Address
      
      * Added initial AcceptanceFilter Register tests
      
      * Too many tests
      
      * Added initial BitTimeConfiguration Register tests
      
      * Added initial CanControl Register tests
      
      * Added initial ErrorDetection Register tests
      
      * Added initial Interrupt Register tests
      
      * Added initial MessageReceive Register tests
      
      * Added initial MessageTransmit Register tests
      
      * Changed GetAddress() to Address
      
      * Added initial instruction tests
      
      * Removed register setters
      
      * Simplified bit numbers and added range exception tests
      
      * Added registers from bytes
      
      * Fixed summaries
      
      * Added registers from byte tests
      
      * Fixed wrong test
      
      * Simplify GpioController name
      
      * Added comment about Read Rx Buffer instruction format base value
      
      * Added needed stackalloc
      
      * Updated bit shift and check
      
      * Converted ReadStatusResponse to enum
      
      * Changed RxFilterNumber enum to byte
      
      * Changed RxMaskFilter enum to byte
      
      * Changed RxBufferFilter enum to byte
      
      * Changed TxBufferNumber enum to byte
      
      * Made wording consistent
      
      * Updated invalid argument tests
      
      * Updated StandbyPin setter
      
      * Simplified sample reading all registers
      
      * Updated summaries to match datasheet
      
      * Added comment for flag alias
      
      * Removed VerifyPinConfigured
      
      * Decreased StackThreshold
      
      * Added comment about instruction format for Load Tx Buffer instruction
      
      * Added new InstructionFormat enum
      
      * Updated package version
      
      * Moved back to specific version for now
      
      * Updated GetRxBufferNumber check
      
      * Updated register properties to extended names
      c5077855
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190508.5 (#411) · b770dc37
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19258.5
      b770dc37
  4. 09 5月, 2019 1 次提交
  5. 08 5月, 2019 1 次提交
  6. 07 5月, 2019 3 次提交
  7. 04 5月, 2019 4 次提交
  8. 03 5月, 2019 3 次提交
  9. 02 5月, 2019 2 次提交
  10. 01 5月, 2019 2 次提交
  11. 30 4月, 2019 1 次提交
  12. 27 4月, 2019 2 次提交
  13. 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
  14. 25 4月, 2019 2 次提交
  15. 24 4月, 2019 3 次提交
  16. 23 4月, 2019 1 次提交
  17. 21 4月, 2019 2 次提交
  18. 20 4月, 2019 2 次提交
  19. 19 4月, 2019 2 次提交
  20. 18 4月, 2019 1 次提交
    • 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