Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ralim/usb-pd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen V. Brown <Ralim@Ralimtek.com>2021-07-18 13:26:20 +0300
committerBen V. Brown <Ralim@Ralimtek.com>2021-07-18 13:26:20 +0300
commitc07f377db601534b5c1977c8b552d01f75b97e0a (patch)
tree1a6ed143fb9ae035cc6b4d333da1532b7dbf0e0b /README.md
parent7ac4dea327b35908e4fd4703e454974ddc6252c0 (diff)
Reshuffle folders
Reshuffle folders to match pitchfork layout
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6aee39c..1584a9f 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ As part of this, some logic that was originally in the PD Buddy firmware has bee
- Can work without an RTOS (you may need to put some work into)
- Must be able to respond to the interrupt or poll in under 10ms
- Can be used in polling for events (no irq) but its not reccomended
+- Little Endian processor (PD communication is LE, and this is assumed in the project)
## Implementing this library