mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
James Snyder
709399a324
System buffer-free version of ADC should now work. Doing so, saves about 1kb
of flash space. NOTE: getsamples function is disabled since this is dependant on having a buffer to get more than one sample. Side note: single sampling without the buffer is faster by about 5-10 us/channel. It should be possible to sidestep the buffer in certain situations for buffer enabled mode and get a similar benefit at the cost of some additional complexity.
The project documentation is located in the docs/ subdirectory.
Languages
C
96.8%
Lua
1.4%
Assembly
1.1%
HTML
0.7%