summaryrefslogtreecommitdiff
path: root/spb/SkeletonI2C
diff options
context:
space:
mode:
Diffstat (limited to 'spb/SkeletonI2C')
-rw-r--r--spb/SkeletonI2C/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/spb/SkeletonI2C/README.md b/spb/SkeletonI2C/README.md
index af9abe30..1e1efa4d 100644
--- a/spb/SkeletonI2C/README.md
+++ b/spb/SkeletonI2C/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: Skeleton I2C Sample Driver
- platform: KMDF
- language: cpp
- category: SimplePeripheralBus
- description: Demonstrates how to design a KMDF controller driver for Windows that conforms to the simple peripheral bus (SPB) device driver interface (DDI).
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617969
---->
-
# Skeleton I2C Sample Driver
The SkeletonI2C sample demonstrates how to design a KMDF controller driver for Windows that conforms to the [simple peripheral bus](http://msdn.microsoft.com/en-us/library/windows/hardware/hh450903) (SPB) device driver interface (DDI). SPB is an abstraction for low-speed serial buses (for example, I<sup>2</sup>C and SPI) that allows peripheral drivers to be developed for cross-platform use without any knowledge of the underlying bus hardware or device connections. While this sample implements an empty I<sup>2</sup>C driver, it could just as easily be the starting point for an SPI driver with only minor modifications.
@@ -127,4 +117,4 @@ Handles processing for both normal and error condition interrupts. Invokes `Cont
`ControllerCompleteTransfer`
-Invoked when an I/O completes or an error is detected. If this I/O is part of a sequence, `PbcRequestConfigureForIndex`() is called to prepare the next I/O; otherwise, the request is marked for completion. \ No newline at end of file
+Invoked when an I/O completes or an error is detected. If this I/O is part of a sequence, `PbcRequestConfigureForIndex`() is called to prepare the next I/O; otherwise, the request is marked for completion.