Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCUdude/MicroCore
/ functions
Functions
159 in github.com/MCUdude/MicroCore
⨍
Functions
159
◇
Types & classes
14
Method
printFloat
avr/cores/microcore/Print.cpp:510
Method
printNumber
avr/cores/microcore/HalfDuplexSerial.cpp:292
Method
printNumber
avr/cores/microcore/Print.cpp:355
Method
println
avr/cores/microcore/HalfDuplexSerial.cpp:177
Method
println
avr/cores/microcore/Print.cpp:209
Function
prints
avr/cores/microcore/picoUART.cpp:115
Function
pulseIn
* @brief Reads the pulse length (either HIGH or LOW) on a pin * * @param pin Pin number to read * @param state state if the pulse to read (HIGH or
avr/cores/microcore/wiring_pulse.c:28
Function
purx_isr_init
Setup receive interrupt - automatically called before main
avr/cores/microcore/picoUART_rxISR.cpp:51
Function
random
* @brief Generates a pseudo-random number. * * @param howbig upper bound of the random value, exclusive * @return int32_t A random number between m
avr/cores/microcore/WMath.cpp:30
Function
randomSeed
avr/cores/microcore/WMath.cpp:17
Method
read
* @brief Read a byte from an i2c slave device where ACK/NACK is handled automatically * * @return uint8_t Data read from the i2c slave */
avr/libraries/TinyWire/src/TinyWire.cpp:98
Method
read
* @brief Reads a byte from the flash memory * * @param page_number Page number to read * @param address Address in flash page to read * @return ui
avr/libraries/Flash/src/Flash.cpp:80
Method
read
avr/libraries/EEPROM/src/EEPROM.h:120
Method
read
avr/libraries/ADCTouch/src/ADCTouch.cpp:17
Method
read
avr/cores/microcore/HalfDuplexSerial.cpp:52
Method
read_blocking
avr/cores/microcore/HalfDuplexSerial.cpp:61
Method
read_str
avr/cores/microcore/HalfDuplexSerial.cpp:71
Method
remove
avr/cores/microcore/WString.cpp:689
Method
replace
avr/cores/microcore/WString.cpp:638
Method
requestFrom
* @brief Request to read N bytes from i2c slave * * @param addr 7-bit slave i2c address * @param number_of_bytes number of bytes to read from the i
avr/libraries/TinyWire/src/TinyWire.cpp:58
Method
reserve
avr/cores/microcore/WString.cpp:148
Method
restartRead
* @brief Restarts a request to read N bytes from i2c slave * * @param addr 7-bit slave i2c address * @param number_of_bytes number of bytes to read
avr/libraries/TinyWire/src/TinyWire.cpp:72
Method
rw
* @brief Low level read/write routine * * @param data Data to send. Pass 0xFF to read * @return uint8_t Data read from the i2c slave */
avr/libraries/TinyWire/src/TinyWire.cpp:153
Method
scl_hi
* @brief Low level set clock high routine * */
avr/libraries/TinyWire/src/TinyWire.cpp:139
Method
setBitOrder
avr/libraries/TinySPI/src/TinySPI.cpp:150
Method
setCharAt
avr/cores/microcore/WString.cpp:519
Method
setClockDivider
avr/libraries/TinySPI/src/TinySPI.cpp:179
Method
setDataMode
avr/libraries/TinySPI/src/TinySPI.cpp:156
Method
setWriteError
avr/cores/microcore/HalfDuplexSerial.h:163
Method
setWriteError
avr/cores/microcore/Print.h:168
Function
shiftIn
* @brief Shifts in a byte of data one bit at a time. Starts from either the * most (i.e. the leftmost) or least (rightmost) significant bit. F
avr/cores/microcore/wiring_shift.c:26
Function
shiftOut
* @brief Shifts out a byte of data one bit at a time. Starts from either the * most (i.e. the leftmost) or least (rightmost) significant bit.
avr/cores/microcore/wiring_shift.c:64
Method
start
* @brief Low level i2c start routine * */
avr/libraries/TinyWire/src/TinyWire.cpp:128
Method
startsWith
avr/cores/microcore/WString.cpp:492
Function
stopTone
* @brief Resets Timer0 state back to its default MicroCore setting */
avr/cores/microcore/Tone.cpp:182
Method
substring
avr/cores/microcore/WString.cpp:617
Method
substring
avr/cores/microcore/WString.h:179
Method
toCharArray
avr/cores/microcore/WString.h:164
Method
toDouble
avr/cores/microcore/WString.cpp:749
Method
toFloat
avr/cores/microcore/WString.cpp:744
Method
toInt
avr/cores/microcore/WString.cpp:738
Method
toLowerCase
avr/cores/microcore/WString.cpp:706
Method
toUpperCase
avr/cores/microcore/WString.cpp:714
Function
tone
* @brief Generates a square wave of the specified frequency (and 50% duty * cycle) on a pin. A duration can be specified, otherwise the wave
avr/cores/microcore/Tone.cpp:48
Method
transfer
avr/libraries/TinySPI/src/TinySPI.cpp:132
Method
transferMode0
avr/libraries/TinySPI/src/TinySPI.cpp:68
Method
transferMode1
avr/libraries/TinySPI/src/TinySPI.cpp:84
Method
transferMode2
avr/libraries/TinySPI/src/TinySPI.cpp:100
Method
transferMode3
avr/libraries/TinySPI/src/TinySPI.cpp:116
Method
trim
avr/cores/microcore/WString.cpp:722
Method
write
* @brief Writes a byte to an i2c slave * * @param data Data to write * @return uint8_t Write status. 0 = success, 2 = NACK */
avr/libraries/TinyWire/src/TinyWire.cpp:37
Method
write
avr/libraries/EEPROM/src/EEPROM.h:121
Method
write
avr/cores/microcore/HalfDuplexSerial.cpp:89
Method
write
avr/cores/microcore/HalfDuplexSerial.h:184
Method
write
default implementation: may be overridden */
avr/cores/microcore/Print.cpp:36
Method
write
avr/cores/microcore/Print.h:176
Method
write_page
* @brief Writes the data stored in the flash buffer to the flash memory * * @param page_number Page number to write */
avr/libraries/Flash/src/Flash.cpp:60
Method
~IntModeSave
avr/cores/microcore/picoUART.cpp:36
Method
~String
avr/cores/microcore/WString.cpp:125
← previous
101–159 of 159, ranked by callers