several sketchs in the same project
hi
i'm coding simple sketch:
setup() {
// blah blah blah
}
loop() {
//blah blah blah
}
but sketch calls big functions. can put these functions @ beginning of sketch, sketch quite long
=> there way create file .pde or .c or whatesover besides .pde sketch contains long functions ?
i know there's solution create lib, except using technique of creating lib, there simple technique ?
i'm coding simple sketch:
setup() {
// blah blah blah
}
loop() {
//blah blah blah
}
but sketch calls big functions. can put these functions @ beginning of sketch, sketch quite long
=> there way create file .pde or .c or whatesover besides .pde sketch contains long functions ?
i know there's solution create lib, except using technique of creating lib, there simple technique ?
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > several sketchs in the same project
arduino

Comments
Post a Comment