F
F
Fengol2019-01-14 14:41:20
Arduino
Fengol, 2019-01-14 14:41:20

What layer do the utilities work with - the hardware layer or the driver layer?

What layer do programs work with that provide information and control over the hardware layer (fans, temperature, defragmentation, etc.)? Do they work directly with the hardware or with drivers that work with the hardware?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
vanyamba-electronics, 2016-04-23
@vanyamba-electronics

This is not a library. This enable is required in order to place data in the flash memory of microcontroller programs.
For example like this

#include <avr/pgmspace.h>
const prog_char isrDebug[] = { "\r\nISR debug " };
extern const prog_char isrDebug[] PROGMEM;

V
Vladimir Kuts, 2016-04-22
@fox_12

Here in the archive:
download.savannah.gnu.org/releases/avr-libc/avr-li...
in include/avr/pgmspace.h is it?

C
chupasaurus, 2019-01-14
@Fengol

With drivers. The devices you specified in the personal computer send metrics to the chipset, from which they become available to programs through the driver.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question