File tree
309 files changed
+180
-14305
lines changed- .github/workflows
- content
- _dev-test
- en
- 01.functions
- 01.advanced-io
- noTone
- pulseIn
- pulseInLong
- shiftIn
- shiftOut
- tone
- 02.analog-io
- analogRead
- analogReadResolution
- analogReference
- analogWrite
- analogWriteResolution
- 03.bits-and-bytes
- bit
- bitClear
- bitRead
- bitSet
- bitWrite
- highByte
- lowByte
- 04.characters
- isAlpha
- isAlphaNumeric
- isAscii
- isControl
- isDigit
- isGraph
- isHexadecimalDigit
- isLowerCase
- isPrintable
- isPunct
- isSpace
- isUpperCase
- isWhitespace
- 05.communication
- Print
- SPI
- SPISettings
- begin
- beginTransaction
- end
- endTransaction
- setBitOrder
- setClockDivider
- setDataMode
- transfer
- usingInterrupt
- Serial
- available
- availableForWrite
- begin
- end
- find
- findUntil
- flush
- getTimeout
- ifSerial
- parseFloat
- parseInt
- peek
- print
- println
- read
- readBytes
- readBytesUntil
- readString
- readStringUntil
- serialEvent
- setTimeout
- write
- Wire
- available
- begin
- beginTransmission
- clearWireTimeoutFlag
- end
- endTransmission
- getWireTimeoutFlag
- onReceive
- onRequest
- read
- requestFrom
- setClock
- setWireTimeout
- write
- stream
- streamAvailable
- streamFind
- streamFindUntil
- streamFlush
- streamGetTimeout
- streamParseFloat
- streamParseInt
- streamPeek
- streamRead
- streamReadBytes
- streamReadBytesUntil
- streamReadString
- streamReadStringUntil
- streamSetTimeout
- 06.digital-io
- digitalread
- digitalwrite
- pinMode
- 07.external-interrupts
- attachInterrupt
- detachInterrupt
- digitalPinToInterrupt
- 08.interrupts
- interrupts
- noInterrupts
- 09.math
- abs
- constrain
- map
- max
- min
- pow
- sq
- sqrt
- 10.random-numbers
- random
- randomSeed
- 11.time
- delay
- delayMicroseconds
- micros
- millis
- 12.trigonometry
- cos
- sin
- tan
- 13.usb
- Keyboard
- keyboardBegin
- keyboardEnd
- keyboardModifiers
- keyboardPress
- keyboardPrint
- keyboardPrintln
- keyboardRelease
- keyboardReleaseAll
- keyboardWrite
- Mouse
- mouseBegin
- mouseClick
- mouseEnd
- mouseIsPressed
- mouseMove
- mousePress
- mouseRelease
- 02.variables
- 01.constants
- floatingPointConstants
- highLow
- inputOutputPullup
- integerConstants
- ledbuiltin
- trueFalse
- 02.conversion
- byteCast
- charCast
- floatCast
- intCast
- longCast
- unsignedIntCast
- unsignedLongCast
- wordcast
- 03.data-types
- array
- bool
- boolean
- byte
- char
- double
- float
- int
- long
- short
- size_t
- string
- stringObject
- Functions
- c_str
- charAt
- compareTo
- concat
- endsWith
- equals
- equalsIgnoreCase
- getBytes
- indexOf
- lastIndexOf
- length
- remove
- replace
- reserve
- setCharAt
- startsWith
- substring
- toCharArray
- toDouble
- toFloat
- toInt
- toLowerCase
- toUpperCase
- trim
- Operators
- append
- comparison
- concatenation
- differentFrom
- elementAccess
- greaterThan
- greaterThanOrEqualTo
- lessThan
- lessThanOrEqualTo
- unsignedChar
- unsignedInt
- unsignedLong
- void
- word
- 04.utilities
- PROGMEM
- sizeof
- 05.variable-scope-and-qualifiers
- const
- scope
- static
- volatile
- 03.structure
- 01.arithmetic-operators
- addition
- assignment
- division
- multiplication
- remainder
- subtraction
- 02.bitwise-operators
- bitshiftLeft
- bitshiftRight
- bitwiseAnd
- bitwiseNot
- bitwiseOr
- bitwiseXor
- 03.boolean-operators
- logicalAnd
- logicalNot
- logicalOr
- 04.comparison-operators
- equalTo
- greaterThan
- greaterThanOrEqualTo
- lessThan
- lessThanOrEqualTo
- notEqualTo
- 05.compound-operators
- compoundAddition
- compoundBitwiseAnd
- compoundBitwiseOr
- compoundBitwiseXor
- compoundDivision
- compoundMultiplication
- compoundRemainder
- compoundSubtraction
- decrement
- increment
- 06.control-structure
- break
- continue
- doWhile
- else
- for
- goto
- if
- return
- switchCase
- while
- 07.further-syntax
- blockComment
- curlyBraces
- define
- include
- semicolon
- singleLineComment
- 08.pointer-access-operators
- dereference
- reference
- 09.sketch
- loop
- setup
- language-reference/01.functions
- 01.digital-io
- digitalread
- digitalwrite
- 02.math
- abs
- constrain
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
309 files changed
+180
-14305
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments