IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Git Source Tree
Root/
| Source at commit 79c9e3c1341fb475ea45b802ac1e5a9d4ce62aa8 created 7 years 3 months ago. By Werner Almesberger, atusb/Makefile (f, b): swap mask and copper layers for better visualization | |
|---|---|
| 1 | /* |
| 2 | * atrf-gpio/atrf-gpio.h - ATBEN/ATUSB GPIO test |
| 3 | * |
| 4 | * Written 2011 by Werner Almesberger |
| 5 | * Copyright 2011 Werner Almesberger |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | */ |
| 12 | |
| 13 | |
| 14 | #ifndef ATRF_GPIO_H |
| 15 | #define ATRF_GPIO_H |
| 16 | |
| 17 | #include "atrf.h" |
| 18 | |
| 19 | |
| 20 | void do_atben(struct atrf_dsc *dsc, const char *pattern, const char *next); |
| 21 | void do_atusb(struct atrf_dsc *dsc, const char *pattern, const char *next); |
| 22 | |
| 23 | #endif /* !ATRF_GPIO_H */ |
| 24 | |
