Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.lock*
build/
dist.zip
dist
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Utils [![npm (scoped)](https://img.shields.io/npm/v/@smallstoneapps/utils.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/@smallstoneapps/utils) [![MIT License](http://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square)](./LICENSE)
# Utils [![npm (scoped)](https://img.shields.io/npm/v/@rebble/sdk-c-utils.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/@rebble/sdk-c-utils) [![MIT License](http://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square)](./LICENSE)

This is a small collection of [C macros][1] that make developing Pebble apps a little simpler.

Expand All @@ -9,15 +9,15 @@ This is a small collection of [C macros][1] that make developing Pebble apps a l
To install the package to your app, use the pebble tool:

```
pebble package install @smallstoneapps/utils
pebble package install @rebble/sdk-c-utils
```

## Usage

Include the header file in your source code.

```c
#include <@smallstoneapps/utils/macros.h>
#include <@rebble/sdk-c-utils/macros.h>
```

## Documentation
Expand Down