1. 29 1月, 2021 3 次提交
  2. 27 1月, 2021 1 次提交
  3. 26 1月, 2021 1 次提交
  4. 22 1月, 2021 4 次提交
  5. 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
  6. 20 1月, 2021 3 次提交
  7. 19 1月, 2021 1 次提交
  8. 15 1月, 2021 1 次提交
  9. 14 1月, 2021 4 次提交
  10. 12 1月, 2021 1 次提交
  11. 11 1月, 2021 2 次提交
    • W
      Dc motor start stop (#1398) · d733c2e6
      wsad4ryba 提交于
      * Start Stop wrapper
      
      * adding samples
      
      * small fixes and new property
      
      * rename and Dispose
      d733c2e6
    • D
      Added MAX31865 binding (#1394) · 28fafb88
      Darren Fahy 提交于
      * Initial Commit
      
      * Add sample
      
      Add sample
      Tidying up
      
      * Rename sample circuit files
      
      * Main readme
      
      * Update README
      
      * Tidy up
      
      * Update to .net 5.0 and fix build issue
      
      * Code Review changes
      
      * Fix Spelling Mistake
      
      * Fill in missing returns in comments
      
      * Add Missing Copyright Header
      Co-authored-by: NDarren Fahy <dfahy@tvcl.co.uk>
      28fafb88
  12. 06 1月, 2021 1 次提交
  13. 23 12月, 2020 10 次提交
  14. 22 12月, 2020 3 次提交
  15. 21 12月, 2020 2 次提交
  16. 20 12月, 2020 1 次提交