Skip to content

Commit 3ede6d1

Browse files
committed
README.md: minor restructuring
1 parent f299efe commit 3ede6d1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,14 @@ sketch directory. The `master` branch contains the stable release.
129129
Using either installation method, you may need to restart the Arduino IDE to
130130
pick 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

169173
The 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

173182
To prevent name clashes with other libraries and code, all classes in the AUnit

0 commit comments

Comments
 (0)