diff options
| author | Barry Golden <[email protected]> | 2019-09-06 05:20:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-06 05:20:38 -0700 |
| commit | bbe176e4e13cb9f963897173a935e639267a1a20 (patch) | |
| tree | 34072ee3c72436e12433fd6b2166415aca3bd410 /simbatt/README.md | |
| parent | 22af24719daf72029a70119cc6653d2a3b940549 (diff) | |
Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026
Diffstat (limited to 'simbatt/README.md')
| -rw-r--r-- | simbatt/README.md | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/simbatt/README.md b/simbatt/README.md index c98483e3..68a459b3 100644 --- a/simbatt/README.md +++ b/simbatt/README.md @@ -8,16 +8,12 @@ products: - windows-wdk --- +# SimBatt: Simulated Battery Driver Sample -<!--- - name: Simulated Battery Driver Sample - platform: KMDF - language: cpp - category: Battery Power - description: Demonstrates a KMDF-based implementation of Windows battery driver interfaces. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620188 ----> +SimBatt is simulated battery device driver. -# SimBatt: Simulated Battery Driver Sample +This source code is intended to demonstrate implementation of Windows battery driver interfaces. + +This is a KMDF based sample. -SimBatt is simulated battery device driver, this source code is intended to demonstrate implementation of Windows battery driver interfaces. This is a KMDF based sample. You may use this sample as a starting point to implement a battery miniport specific to your needs.
\ No newline at end of file +You may use this sample as a starting point to implement a battery miniport specific to your needs. |
