1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +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-12 20:55:34 +00:00
2009-04-22 15:36:50 +00:00
2008-09-01 20:32:43 +00:00
2009-03-12 21:06:14 +00:00
2009-03-12 21:06:14 +00:00
2009-03-12 21:06:14 +00:00
2008-09-01 20:32:43 +00:00
2009-03-12 21:06:14 +00:00
2009-03-12 21:06:14 +00:00