Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCUdude/MiniCore
/ functions
Functions
431 in github.com/MCUdude/MiniCore
⨍
Functions
431
◇
Types & classes
33
Method
parseFloat
as parseInt but returns a floating point value
avr/cores/MCUdude_corefiles/Stream.cpp:159
Method
parseFloat
avr/cores/MCUdude_corefiles/Stream.h:112
Method
parseInt
returns the first valid (long) integer value from the current position. lookahead determines how parseInt looks ahead in the stream. See LookaheadMode
avr/cores/MCUdude_corefiles/Stream.cpp:130
Method
parseInt
avr/cores/MCUdude_corefiles/Stream.h:111
Method
peek
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:535
Method
peek
must be called in: slave rx event callback or after requestFrom(address, numBytes)
avr/libraries/Wire/src/Wire.cpp:312
Method
peek
avr/cores/MCUdude_corefiles/CDC.cpp:181
Method
peek
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:168
Method
peekNextDigit
returns peek of the next digit in the stream or -1 if timeout discards non-numeric characters
avr/cores/MCUdude_corefiles/Stream.cpp:56
Method
plug
avr/cores/MCUdude_corefiles/PluggableUSB.cpp:73
Method
poll
avr/cores/MCUdude_corefiles/USBCore.cpp:841
Function
portMode
avr/cores/MCUdude_corefiles/wiring_extras.h:35
Function
portRead
avr/cores/MCUdude_corefiles/wiring_extras.h:53
Function
portWrite
avr/cores/MCUdude_corefiles/wiring_extras.h:63
Function
pre_main
everything that needs to run VERY early */
avr/bootloaders/optiboot_flash/optiboot_flash.c:457
Method
printFloat
avr/cores/MCUdude_corefiles/Print.cpp:252
Method
printNumber
avr/cores/MCUdude_corefiles/Print.cpp:232
Method
printf
avr/cores/MCUdude_corefiles/Print.cpp:208
Function
printf_putchar
Custom implementation of printf borrowed from the teensy core files
avr/cores/MCUdude_corefiles/Print.cpp:202
Method
println
avr/cores/MCUdude_corefiles/Print.cpp:114
Function
pullup
avr/cores/MCUdude_corefiles/wiring_extras.h:30
Function
pulseIn
Measures the length (in microseconds) of a pulse on the pin; state is HIGH * or LOW, the type of pulse to measure. Works on pulses from 2-3 microsec
avr/cores/MCUdude_corefiles/wiring_pulse.c:33
Function
pulseInLong
Measures the length (in microseconds) of a pulse on the pin; state is HIGH * or LOW, the type of pulse to measure. Works on pulses from 2-3 microsec
avr/cores/MCUdude_corefiles/wiring_pulse.c:63
Function
radians
avr/cores/MCUdude_corefiles/Arduino.h:334
Function
random
avr/cores/MCUdude_corefiles/WMath.cpp:35
Function
randomSeed
avr/cores/MCUdude_corefiles/WMath.cpp:28
Method
rawIPAddress
avr/cores/MCUdude_corefiles/Client.h:42
Method
rawIPAddress
avr/cores/MCUdude_corefiles/Udp.h:86
Method
read
Read data from buffer
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:452
Method
read
avr/libraries/EEPROM/src/EEPROM.h:120
Method
read
must be called in: slave rx event callback or after requestFrom(address, numBytes)
avr/libraries/Wire/src/Wire.cpp:296
Method
read
avr/cores/MCUdude_corefiles/CDC.cpp:188
Method
read
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:177
Method
readBreak
avr/cores/MCUdude_corefiles/CDC.cpp:281
Method
readBytes
read characters from stream into buffer terminates if length characters have been read, or timeout (see setTimeout) returns the number of characters p
avr/cores/MCUdude_corefiles/Stream.cpp:202
Method
readBytes
read chars from stream into buffer
avr/cores/MCUdude_corefiles/Stream.h:97
Method
readBytesUntil
avr/cores/MCUdude_corefiles/Stream.cpp:219
Method
readBytesUntil
as readBytes with terminator character
avr/cores/MCUdude_corefiles/Stream.h:102
Method
readString
avr/cores/MCUdude_corefiles/Stream.cpp:231
Method
readStringUntil
avr/cores/MCUdude_corefiles/Stream.cpp:243
Method
read_buffer
* @brief Wrapper function for the RAM buffer. Lets you read a byte from a * given memory location * * @param index memory address * @return uint8_
avr/libraries/Flash/src/Flash.cpp:82
Method
remove
avr/cores/MCUdude_corefiles/WString.cpp:687
Method
replace
avr/cores/MCUdude_corefiles/WString.cpp:636
Method
requestFrom
avr/libraries/Wire/src/Wire.cpp:93
Method
reserve
avr/cores/MCUdude_corefiles/WString.cpp:146
Function
round
avr/cores/MCUdude_corefiles/Arduino.h:324
Method
rts
avr/cores/MCUdude_corefiles/CDC.cpp:277
Method
rx_pin_read
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:211
Method
setBitOrder
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:294
Method
setBitOrder
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:291
Method
setCharAt
avr/cores/MCUdude_corefiles/WString.cpp:517
Method
setClock
avr/libraries/Wire/src/Wire.cpp:88
Method
setClockDivider
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:305
Method
setClockDivider
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:302
Method
setDataMode
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:300
Method
setDataMode
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:297
Method
setRX
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:292
Method
setRxIntMsk
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:437
Method
setTX
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:279
Method
setTimeout
avr/cores/MCUdude_corefiles/Stream.cpp:87
Method
setWireTimeout
* Sets the TWI timeout. * * This limits the maximum time to wait for the TWI hardware. If more time passes, the bus is assumed * to have locked up
avr/libraries/Wire/src/Wire.cpp:153
Method
setWriteError
avr/cores/MCUdude_corefiles/Print.h:44
Method
set_far_address
* @brief If you have allocated flash space in the far progmem, above 64kiB, * you can't just pass your flash space array to the constructor because a
avr/libraries/Flash/src/Flash.cpp:45
Function
shiftIn
avr/cores/MCUdude_corefiles/wiring_shift.c:25
Function
shiftOut
avr/cores/MCUdude_corefiles/wiring_shift.c:40
Function
sleep
avr/cores/MCUdude_corefiles/wiring_extras.h:145
Function
sleepMode
avr/cores/MCUdude_corefiles/wiring_extras.h:95
Function
sq
avr/cores/MCUdude_corefiles/Arduino.h:329
Function
startSleep
avr/cores/MCUdude_corefiles/wiring_extras.h:137
Method
startsWith
avr/cores/MCUdude_corefiles/WString.cpp:490
Method
stopbits
avr/cores/MCUdude_corefiles/CDC.cpp:261
Method
substring
avr/cores/MCUdude_corefiles/WString.cpp:615
Method
substring
avr/cores/MCUdude_corefiles/WString.h:178
Method
subtract_cap
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:303
Method
timedPeek
private method to peek stream with timeout
avr/cores/MCUdude_corefiles/Stream.cpp:43
Method
timedRead
private method to read stream with timeout
avr/cores/MCUdude_corefiles/Stream.cpp:31
Function
toAscii
Converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.
avr/cores/MCUdude_corefiles/WCharacter.h:144
Method
toCharArray
avr/cores/MCUdude_corefiles/WString.h:161
Method
toDouble
avr/cores/MCUdude_corefiles/WString.cpp:747
Method
toFloat
avr/cores/MCUdude_corefiles/WString.cpp:742
Method
toInt
avr/cores/MCUdude_corefiles/WString.cpp:736
Function
toLowerCase
Converts the letter c to lower case, if possible.
avr/cores/MCUdude_corefiles/WCharacter.h:156
Method
toLowerCase
avr/cores/MCUdude_corefiles/WString.cpp:704
Function
toUpperCase
Converts the letter c to upper case, if possible.
avr/cores/MCUdude_corefiles/WCharacter.h:163
Method
toUpperCase
avr/cores/MCUdude_corefiles/WString.cpp:712
Function
tone
avr/cores/MCUdude_corefiles/Tone.cpp:280
Method
transfer
Write to the SPI bus (MOSI pin) and also receive (MISO pin)
avr/libraries/SPI/src/SPI.h:211
Method
transfer
Write to the SPI bus (MOSI pin) and also receive (MISO pin)
avr/libraries/SPI1/src/SPI1.h:208
Method
transfer16
avr/libraries/SPI/src/SPI.h:223
Method
transfer16
avr/libraries/SPI1/src/SPI1.h:220
Method
trim
avr/cores/MCUdude_corefiles/WString.cpp:720
Method
tunedDelay
static */
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:83
Function
twi_attachSlaveRxEvent1
* Function twi_attachSlaveRxEvent * Desc sets function called before a slave read operation * Input function: callback function to use * Out
avr/libraries/Wire1/src/utility/twi1.c:395
Function
twi_attachSlaveTxEvent1
* Function twi_attachSlaveTxEvent * Desc sets function called before a slave write operation * Input function: callback function to use * Ou
avr/libraries/Wire1/src/utility/twi1.c:406
Function
twi_manageTimeoutFlag1
* Function twi_manageTimeoutFlag * Desc returns true if twi has seen a timeout * optionally clears the timeout flag * Input clear_f
avr/libraries/Wire1/src/utility/twi1.c:525
Function
twi_readFrom1
* Function twi_readFrom * Desc attempts to become twi bus master and read a * series of bytes from a device on the bus * Input addr
avr/libraries/Wire1/src/utility/twi1.c:160
Function
twi_setAddress1
* Function twi_slaveInit * Desc sets slave address and enables interrupt * Input none * Output none */
avr/libraries/Wire1/src/utility/twi1.c:128
Function
twi_setFrequency1
* Function twi_setFrequency * Desc sets twi bit rate * Input Clock frequency * Output none */
avr/libraries/Wire1/src/utility/twi1.c:140
Function
twi_setTimeoutInMicros1
* Function twi_setTimeoutInMicros * Desc set a timeout for while loops that twi might get stuck in * Input timeout value in microseconds (0 m
avr/libraries/Wire1/src/utility/twi1.c:487
Function
twi_transmit1
* Function twi_transmit * Desc fills slave tx buffer with data * must be called in slave tx event callback * Input data: pointer to
avr/libraries/Wire1/src/utility/twi1.c:366
← previous
next →
301–400 of 431, ranked by callers