2

I'm using embedXcode for my Arduino project and was wondering if there is a way to fold a list of variables not encapsulated by a function? Thanks in advance.

davidhood2
  • 1,367
  • 17
  • 47
Shaun Barney
  • 718
  • 10
  • 24
  • I don't think so. But if it makes sense, you might be able to encapsulate them into some "model" object, achieving someone very similar... – Rob Nov 23 '15 at 11:27

1 Answers1

0

I think the question is partially answered here...(although it doesn't appear there is a particularly nice way of doing it).

Xcode regions

Community
  • 1
  • 1
davidhood2
  • 1,367
  • 17
  • 47