MVMFirmwareCpp v0.1
arduino.h
Go to the documentation of this file.
1
#ifdef DOXYGEN
2
struct
Serial
{
3
void
begin
();
4
void
print
();
5
void
println
();
6
int
readStringUntil
();
7
};
8
void
digitalWrite();
9
void
ledcWrite();
10
vod
malloc
();
// memory allocation
11
#else
12
#include <Arduino.h>
13
#endif
Serial::println
void println()
Serial
Definition:
arduino.h:2
Serial::begin
void begin()
malloc
vod malloc()
Serial::print
void print()
Serial::readStringUntil
int readStringUntil()
Generated by
1.8.18