Hi Charles If I do that will it include all the required stuff? I am using your i2c that you did for the reprap but I need to make it a bit more generic. I need to break the code up into callable procedures in order to cater for more generic i2c driven components. Some need a lot of setting up and others dont. I would also like to get the bit stream a bit faster if possible. I will use a state machine at message level rather than at bit and byte level. If possible at all.
On 2014-05-13 21:19, Charles Steinkuehler wrote: > If you're starting from a comp file, why not just turn it into a C file: > > comp --preprocess my_file.comp > > ...edit as required and then compile/install: > > comp --install my_file.c > > Details: > http://linuxcnc.org/docs/html/man/man1/comp.1.html > > On 5/13/2014 2:10 PM, Marius Liebenberg wrote: >> Is there a special way to compile or do I just use gcc or comp? >> >> On 2014-05-13 20:35, andy pugh wrote: >>> On 13 May 2014 19:18, Marius Liebenberg <[email protected]> wrote: >>>> At least what are minimum requirements or a template at best. >>> Have a look at src/hal/components/supply.c which is about the simplest >>> of the components written in raw C. >>> > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > > > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers -- Regards /Groete Marius D. Liebenberg +27 82 698 3251 +27 12 743 6064 QQ 1767394877 ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
