From cd74b88432054107c439c4e565bea14840dd9ea5 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Dec 2013 13:28:39 -0500 Subject: Rename library, it's not really about CAN. --- README.mkd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.mkd') diff --git a/README.mkd b/README.mkd index c6dfb43..749b799 100644 --- a/README.mkd +++ b/README.mkd @@ -1,9 +1,8 @@ -CAN Message Utilities for C +Bitfield Utilities in C =========================== This is a C library with functions to help encode and decode Controller Area -Network (CAN) message payloads. Some of the bitfield functions may be useful for -other areas, too. +Network (CAN) message payloads or other bitfields. The header files contain complete function documentation, but to get you started, here are examples using the API: -- cgit 1.2.3-korg