May 2020
Intermediate to advanced
496 pages
13h 54m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "func1() is responsible for reading the value of a sensor and storing it in the sensorReadings array"
A block of code is set as follows:
void func1( int16_t calOffset){int16_t tempValue;tempValue = readSensor();tempValue = tempValue + calOffset;sensorReadings[0] = tempValue;}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
/* ADC Config */hnucleo_Adc.Instance = NUCLEO_ADCx;/* (ClockPrescaler must not exceed 36MHz) ...
Read now
Unlock full access