Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
linuxgpio.c File Reference
#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"
+ Include dependency graph for linuxgpio.c:

Go to the source code of this file.

Functions

void linuxgpio_initpgm (PROGRAMMER *pgm)
 

Variables

const char linuxgpio_desc [] = "GPIO bitbanging using the Linux sysfs interface (not available)"
 

Function Documentation

◆ linuxgpio_initpgm()

void linuxgpio_initpgm ( PROGRAMMER pgm)
347{
348 avrdude_message(MSG_INFO, "%s: Linux sysfs GPIO support not available in this configuration\n",
349 progname);
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.

+ Here is the call graph for this function:

Variable Documentation

◆ linuxgpio_desc

const char linuxgpio_desc[] = "GPIO bitbanging using the Linux sysfs interface (not available)"