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

github.com/ClusterM/ibutton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2013-09-05 07:56:18 +0400
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2013-09-05 07:57:03 +0400
commit06fc50a18b69060e107e51e0f28988ad07cec46f (patch)
treeeedc7b61a29fe718618f809061d9a1f12143839d /cyfral.h
First commit
Diffstat (limited to 'cyfral.h')
-rw-r--r--cyfral.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cyfral.h b/cyfral.h
new file mode 100644
index 0000000..763ece8
--- /dev/null
+++ b/cyfral.h
@@ -0,0 +1,5 @@
+#define CYFRAL_SIGNAL !(ACSR & (1<<ACO))
+
+void cyfral_send(uint16_t key);
+long int read_cyfral(void);
+long int read_cyfral_with_check(void);