#include "ac_cfg.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "avrdude.h"
#include "libavrdude.h"
#include "bitbang.h"
Go to the source code of this file.
|
| const char | linuxgpio_desc [] = "GPIO bitbanging using the Linux sysfs interface (not available)" |
| |
◆ linuxgpio_initpgm()
347{
350}
#define MSG_INFO
Definition avrdude.h:51
char * progname
Definition main.c:61
int avrdude_message(const int msglvl, const char *format,...)
Definition main.c:93
References avrdude_message(), MSG_INFO, and progname.
◆ linuxgpio_desc
| const char linuxgpio_desc[] = "GPIO bitbanging using the Linux sysfs interface (not available)" |