File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,14 @@ sketch directory. The `master` branch contains the stable release.
129129Using either installation method, you may need to restart the Arduino IDE to
130130pick up the new library.
131131
132- ## Usage
132+ ### Source Code
133133
134- In this section, information about differences between AUnit and ArduinoUnit
135- will appear in a note marked by *** ArduinoUnit Compatibility*** .
134+ The source files are organized as follows:
135+ * ` src/AUnit.h ` - main header file
136+ * ` src/AUnitVerbose.h ` - verbose version of main header file
137+ * ` src/aunit/ ` - all implementation files
138+ * ` tests/ ` - unit tests written using [ AUnit] ( https://github.com/bxparks/AUnit )
139+ * ` examples/ ` - example sketches
136140
137141### Examples
138142
@@ -168,6 +172,11 @@ AUnit.
168172
169173The tests for AceSegment demonstrate the full power of AUnit better.
170174
175+ ## Usage
176+
177+ In this section, information about differences between AUnit and ArduinoUnit
178+ will appear in a note marked by *** ArduinoUnit Compatibility*** .
179+
171180### Header and Namespace
172181
173182To prevent name clashes with other libraries and code, all classes in the AUnit
You can’t perform that action at this time.
0 commit comments