Prusa MINI Firmware overview
wiring_analog.h File Reference
#include <inttypes.h>

Go to the source code of this file.

Functions

void analogWrite (uint32_t ulPin, uint32_t ulValue)
 
uint32_t analogRead (uint32_t ulPin)
 

Function Documentation

◆ analogWrite()

void analogWrite ( uint32_t  ulPin,
uint32_t  ulValue 
)
12  {
13  hwio_arduino_analogWrite(ulPin, ulValue);
14 }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ analogRead()

uint32_t analogRead ( uint32_t  ulPin)
8  {
9  return hwio_arduino_analogRead(ulPin);
10 }
Here is the call graph for this function:
Here is the caller graph for this function:
hwio_arduino_analogRead
uint32_t hwio_arduino_analogRead(uint32_t ulPin)
Definition: hwio_a3ides_2209_02.c:779
hwio_arduino_analogWrite
void hwio_arduino_analogWrite(uint32_t ulPin, uint32_t ulValue)
Definition: hwio_a3ides_2209_02.c:796