1. 27 2月, 2021 1 次提交
  2. 25 2月, 2021 11 次提交
  3. 23 2月, 2021 1 次提交
  4. 12 2月, 2021 1 次提交
  5. 11 2月, 2021 2 次提交
    • D
      Add device binding for Tlc1543 binding (#1192) · 3ec3c24e
      Dawid 提交于
      * Add Tlc1543 binding
      
      * Deleting older sample code
      
      * Suggested PR changes
      
      * GPIO and naming fixes
      
      * Deleted unnecessary property
      
      * Fixed missing default value
      
      * Added helper method for checking channel validity
      
      * Implemented GPIO transfer modes
      
      * Use SPI
      
      * Fix the build
      Co-authored-by: NKrzysztof Wicher <kwicher@microsoft.com>
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      3ec3c24e
    • Z
      Add a generic GPIO driver for Allwinner SoCs and Orange Pi Zero/Lite/Lite2 pin map (#1130) · fe22a805
      Zhang Yuexin 提交于
      * add cs files
      
      * add csproj
      
      * resolve some feedbacks
      
      * MSBuild fail
      
      * derive from UnixDriver
      
      * reference source files
      
      * reference csproj
      
      * resolve some issues
      
      * using GpioController
      
      * _interruptController is assigned a value in the constructor
      
      * _interruptController nullable type
      
      * nullable check
      
      * SunxiDriver instead of inheriting SysFsDriver; add samples
      
      * add readme; update samples
      
      * add pin mode check; add static to _pinNumberConverter
      
      * call initialize in constructor
      
      * update README.md
      
      * fix init problem; add some validates
      
      * add Orange Pi Lite driver
      
      * clean up; fix cpux-port initial problem; remove internal exceptions
      
      * remove tiny delay
      
      * private opi zero _pinNumberConverter
      
      * add xml comment
      
      * update README.md
      
      * fix error SA1208
      
      * fix copyright headers
      
      * cleanup
      
      * fix error SA1028
      
      * fix CPUX port offset
      
      * count the number of pins; update README.md
      
      * fix typo
      
      * Fix Interop duplication
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      fe22a805
  6. 10 2月, 2021 2 次提交
  7. 09 2月, 2021 1 次提交
  8. 04 2月, 2021 1 次提交
  9. 03 2月, 2021 3 次提交
  10. 02 2月, 2021 1 次提交
  11. 29 1月, 2021 4 次提交
  12. 27 1月, 2021 1 次提交
  13. 26 1月, 2021 1 次提交
  14. 22 1月, 2021 4 次提交
  15. 21 1月, 2021 2 次提交
    • O
      Bindings for Groove ADXL357 (#1324) · 2978dbda
      Oliver Christen 提交于
      * Implement ADXL357
      
      * Add documentation
      
      * Fix documentation format build error
      
      * Add file headers
      
      * Check for null in constructor
      
      * Add units and range in comments
      
      * Make calibrationBufferLength and calibrationInterval configurable optionally
      Add comments for additional parameters
      Use Task.Delay instead of Thread.Sleep and make method CalibrateAccelerationSensor async
      
      * Change calibration implementation (use Vector3[] instead of Dictionary)
      
      * Remove unnecessary substraction
      
      * Avoid division through 0
      
      * Convert SetAccelerometerRange to a property
      
      * Use BinaryPrimitives to convert temperature
      
      * Refactor read of axis values
      
      * Only look at one flag in status check
      
      * Use expression body where applicable
      
      * Remove unused functions and make cast from enum to byte inside the function
      Change visibility from internal to private
      
      * Add newlines after titles in markdown files
      
      * Remove unnecessary resharper comment
      
      * Remove device in automatically generated markdown file
      
      * Add ConfigureAwait(false)
      
      * Change set method of AccelerometerRange property to expression body
      
      * Extend sample with calibration
      
      * Add comment and rename constants
      
      * Use float.PositiveInfinity instead of 0.000000001F and invert conditional expression
      
      * Simplify inverting value
      
      * Replace C# with csharp in markdown files
      
      * Add calibration in sample code in markdown files
      
      * Fix division through 0 avoidance
      
      * rename calibrationBufferLength to samples
      
      * Use type TimeSpan as interval time instead of int.
      Co-authored-by: NOliver Christen <oliver.christen@bbv.ch>
      2978dbda
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20210118.2 (#1414) · 537bb8a5
      dotnet-maestro[bot] 提交于
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 6.0.0-beta.21062.10 -> To Version 6.0.0-beta.21068.2
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      537bb8a5
  16. 20 1月, 2021 3 次提交
  17. 19 1月, 2021 1 次提交