1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
James Snyder bd2e819368 ADC Updated
- adc_wait_samples now returns the actual number of samples available at the
  time it returns.  this simplifies a pattern where one would wait on samples
  if blocking and then subsequently check the number of available samples.
- adc.insertsamples(id, table, idx, count) function now available to take
  samples and insert them into a table.  this is slightly slower than
  assignment for single values in a table, but can avoid having to use
  getsamples (returning new tables) for certain situations
  idx: starting index in table where values will be inserted
  count: number of samples to get from channel id
2009-04-22 15:36:50 +00:00
..
2009-04-22 15:36:50 +00:00
2009-02-24 22:09:22 +00:00
2008-11-01 18:32:37 +00:00