diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 21:54:14 -0700 |
| commit | 41c29cb92feff490270b4ce31f67d7baddecc457 (patch) | |
| tree | 3601c61d3cf6919f2bea780cbdc3f4f3922d914f /pos/drivers | |
| parent | 18cabc43191fd82420adcfac56c0361de98360c9 (diff) | |
Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842
Diffstat (limited to 'pos/drivers')
| -rw-r--r-- | pos/drivers/MagneticStripeReader/README.md | 2 | ||||
| -rw-r--r-- | pos/drivers/barcodescanner/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pos/drivers/MagneticStripeReader/README.md b/pos/drivers/MagneticStripeReader/README.md index e386515c..36e1bd77 100644 --- a/pos/drivers/MagneticStripeReader/README.md +++ b/pos/drivers/MagneticStripeReader/README.md @@ -22,4 +22,4 @@ This sample serves as a template for creating a new Magnetic Stripe Reader drive This sample uses UMDF 2.0 and enables basic functionality such as claiming and enabling the device for exclusive access. -It serves as an example of how to include the libraries necessary to develop a PointOfService driver. Once a driver is developed using this template it can be compiled for, deployed, and used on x86, amd64, and ARM platforms.
\ No newline at end of file +It serves as an example of how to include the libraries necessary to develop a PointOfService driver. Once a driver is developed using this template it can be compiled for, deployed, and used on x86, amd64, and ARM platforms. diff --git a/pos/drivers/barcodescanner/README.md b/pos/drivers/barcodescanner/README.md index bf041f44..d5934f8f 100644 --- a/pos/drivers/barcodescanner/README.md +++ b/pos/drivers/barcodescanner/README.md @@ -22,4 +22,4 @@ This sample serves as a template for creating a new Barcode Scanner driver. This sample uses UMDF 2.0 and enables basic functionality such as claiming and enabling the device for exclusive access. -It serves as an example of how to include the libraries necessary to develop a PointOfService driver. Once a driver is developed using this template it can be compiled for, deployed, and used on x86, amd64, and ARM platforms.
\ No newline at end of file +It serves as an example of how to include the libraries necessary to develop a PointOfService driver. Once a driver is developed using this template it can be compiled for, deployed, and used on x86, amd64, and ARM platforms. |
