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

cyfral.h - github.com/ClusterM/ibutton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 763ece8d358a43117fcdc11f4932626f14a96fe0 (plain)
1
2
3
4
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);