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

github.com/ClusterM/clunet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2013-09-09 20:44:32 +0400
committerAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2013-09-09 20:44:32 +0400
commitba28151af771e2b3c752411b3516623d48781562 (patch)
tree01b18313304c5cdaf8ca11ca79af7552ff079059 /README.md
parent5576668bbad8a9bfbd32fe5b6e11db7fc08074c6 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3e2b8a8..dd30e41 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Features:
* There is no master device, all devices are equal;
* You can use a very long cable, more than 100 meters;
* You don't need to care about collisions;
+* Automatic CRC calculation and CRC check;
* Pseudo multitasking using interrupts;
* Up to 255 devices on one bus.
@@ -81,10 +82,10 @@ Function to send data:
* **address** - address of destination device or `CLUNET_BROADCAST_ADDRESS` for multicast
* **prio** - packet priority:
- 1. `CLUNET\_PRIORITY\_NOTICE`,
- 2. `CLUNET\_PRIORITY\_INFO`,
- 3. `CLUNET\_PRIORITY\_MESSAGE`,
- 4. `CLUNET\_PRIORITY\_COMMAND`;
+ 1. `CLUNET_PRIORITY_NOTICE`,
+ 2. `CLUNET_PRIORITY_INFO`,
+ 3. `CLUNET_PRIORITY_MESSAGE`,
+ 4. `CLUNET_PRIORITY_COMMAND`;
* **command** - command ID (0-255), note that some IDs are occupied by predefined commands (see *clunet.h*) and some are reserved (see below);
* **data** - pointer to data if any;
* **size** - data size.