summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/ptt.h
blob: ca5e7d8745bb7fd436b1d7a45191d0a4f91fd025 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef C1224_PTT_H
#define C1224_PTT_H

#include <stdbool.h>

void ptt_init(void);
void ptt_set(bool on);
bool ptt_get(void);

#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com