-
Updated
Jun 15, 2020 - C++
teensy
Here are 313 public repositories matching this topic...
-
Updated
May 4, 2020 - Makefile
-
Updated
Mar 9, 2020 - C++
-
Updated
Jun 8, 2020 - C
-
Updated
Mar 28, 2017 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Jun 19, 2020 - C++
-
Updated
Jun 22, 2020 - C++
-
Updated
Dec 29, 2019 - C++
-
Updated
May 10, 2019 - C++
Mainlining?
Are you interested in adding this to the official symbol and footprint collection? It would need some changes to the look of the symbols and perhaps footprints (as documented here: http://kicad-pcb.org/libraries/klc/) but would make it much easier for people to access them and also integrates well with other sym
The tpm_rng kernel module was removed raspberrypi/linux@6e592a0.
To still use the TPM as hwrng device you need to change the value of '/sys/class/misc/hw_random/rng_current' to the desired value.
To do so:
- Check if the TPM is available:
# cat /sys/class/misc/hw_random/rng_available
The output should look like this:
-
Updated
Jun 19, 2020 - C++
-
Updated
Feb 24, 2020 - C++
-
Updated
Oct 22, 2019 - C
-
Updated
Dec 24, 2019 - C++
Your supplied examples contain NO comments!
Please add copious comments explaining exactly what you are doing and why.
Also, as these units are both send and receive, please consider an example of a half-duplex bi-directional link (with comments of course). This would seem to be a common requirement with most comms requiring some form of acknowledgement.
-
Updated
Apr 7, 2020 - C#
-
Updated
Feb 26, 2017 - C++
-
Updated
Jun 22, 2020 - Python
-
Updated
Jan 15, 2018
Improve this page
Add a description, image, and links to the teensy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the teensy topic, visit your repo's landing page and select "manage topics."
Hello,
it could be a good idea to insure that examples can be compiled successfully.
http://platformio.org/ can help as it provide continuous integration (with Travis)
http://docs.platformio.org/en/latest/ci/travis.html
Unit testing is also possible
Kind regards