prof-braino / propforth

Automatically exported from code.google.com/p/propforth
3 stars 0 forks source link

Standard Format for Driver Examples #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Standard format for Driver examples Per Discussion:

Candidates - Driver Extensions that might want examples:
  servo - hobby servo driver
  4step - four phase stepper motor driver
  bmp085.f - barometric pressure & temperature sensor 
  BluetoothHC05-06.f - bluetooth cable replacement module
  DS1302.f - realtime clock and trickle charger

A) in Propfoth.htm Section 5 LAC, list the extension(s) selected as an example 
of using LAC to diagnose a driver.

B) in the selected extensions, add comments containing
   - steps to set up LAC 
   - explanation of what the LAC output will tell us
   - do not need to include snapshot of lac output.
   - extensions selected should provide at least one example of using each trigger method (not all in every extension)

C) diagnosic comments should contain for example:  
   "Refer to Propforth.htm Section 5 LAC for lac details"
   "Example of how LAC can be used to examine this extension"

D) just have minimal commands and explanation, this can be expanded based on 
user inquires.

Original issue reported on code.google.com by prof.bra...@gmail.com on 29 Sep 2012 at 4:59

GoogleCodeExporter commented 8 years ago

Original comment by salsa...@gmail.com on 24 Feb 2013 at 3:55