Skip to content

Commit

Permalink
Cleaned up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjesl committed Apr 5, 2020
1 parent 34df092 commit 784c7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/9bi8fyqit1m958h8?svg=true)](https://ci.appveyor.com/project/gregjesl/macrothreading)
# Macrothreading
Cross-platform multithreading support written in C for Linux, Mac, Windows and the [ESP32](https://www.espressif.com/en/products/hardware/esp32/overview).
Cross-platform multithreading support written in C for Linux, Mac, Windows, and the [ESP32](https://www.espressif.com/en/products/hardware/esp32/overview).

## Motiviation
The ability to target multiple platforms makes any application or library more flexible, thus making it more useful. The specific motiviation for this project was the ability to run (and debug) applications meant for the ESP32 on a normal computer for debugging.
Expand Down Expand Up @@ -82,7 +82,7 @@ int main(void)
}
```

## Condition
### Condition
Conditions are used to block a thread until another thread provides a signal:
```c
#include "macrothreading_thread.h"
Expand Down

0 comments on commit 784c7fc

Please sign in to comment.