Added reference to the viper documentation discussion

bixb922
2024-05-04 09:37:51 -04:00
parent 23c768e505
commit 2d448038fb

@@ -744,6 +744,8 @@ Step by step with a real problem: https://luvsheth.com/p/making-micropython-comp
The MicroPython tests for viper have some examples, see all cases prefixed by "viper_": https://github.com/micropython/micropython/tree/master/tests/micropython
The issue that gave origin to this wiki page, with interesting discussions: [#14297](https://github.com/orgs/micropython/discussions/14297)
Search https://forum.micropython.org and https://github.com/orgs/micropython/discussions for viper. There are many insights and examples.
Some viper code examples here: https://github.com/bixb922/viper-examples, including a integer FFT (Fast Fourier Transform) and autocorrelation. Many examples to test or demonstrate how viper works.