arduino-libraries / Keyboard

GNU Lesser General Public License v3.0
223 stars 157 forks source link

Update Keyboard .cpp to include usable begin and end functions #95

Closed dragonerboom closed 5 days ago

dragonerboom commented 6 days ago

implemented Keyboard.begin() and Keyboard.end() with the simple use of a boolean. Sincirely, Dragonerboom

CLAassistant commented 6 days ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 6 days ago

Memory usage change @ 44ea61203e343b1ef8e42ece924d355ee5d721a0

Board flash % RAM for global variables %
arduino:avr:leonardo :small_red_triangle: +12 - +12 +0.04 - +0.04 :small_red_triangle: +1 - +1 +0.04 - +0.04
arduino:sam:arduino_due_x_dbg :small_red_triangle: +80 - +80 +0.02 - +0.02 N/A N/A
arduino:samd:mkrzero :small_red_triangle: +64 - +64 +0.02 - +0.02 :small_red_triangle: +4 - +4 +0.01 - +0.01
Click for full report table Board|`examples/Serial`
flash|%|`examples/Serial`
RAM for global variables|% -|-|-|-|- `arduino:avr:leonardo`|12|0.04|1|0.04 `arduino:sam:arduino_due_x_dbg`|80|0.02|N/A|N/A `arduino:samd:mkrzero`|64|0.02|4|0.01
Click for full report CSV ``` Board,examples/Serial
flash,%,examples/Serial
RAM for global variables,% arduino:avr:leonardo,12,0.04,1,0.04 arduino:sam:arduino_due_x_dbg,80,0.02,N/A,N/A arduino:samd:mkrzero,64,0.02,4,0.01 ```