summaryrefslogtreecommitdiff
path: root/firmware/s1224/include/ptt.h
blob: 501c55822081c7a893ff272e32703dd2047204b9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef S1224_PTT_H
#define S1224_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