File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- # Utils
1+ # Utils [ ![ npm (scoped) ] ( https://img.shields.io/npm/v/@smallstoneapps/utils.svg?maxAge=2592000&style=flat-square )] ( https://www.npmjs.com/package/@smallstoneapps/utils ) & nbsp ; [ ![ MIT License ] ( http://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square )] ( ./LICENSE )
22
33This is a small collection of [ C macros] [ 1 ] that make developing Pebble apps a little simpler.
44
5- ## Usage
5+ ## Installation
66
7- > ** This feature is not yet available in the Pebble Tool. * *
7+ * You must be using Pebble SDK 3.12 or newer to use this library. *
88
9- You can use the new Pebble Tool to install the library from NPM.
9+ To install the package to your app, use the pebble tool:
1010
1111```
12- npm install --save @smallstoneapps/utils
12+ pebble package install @smallstoneapps/utils
1313```
1414
15+ ## Usage
16+
1517Include the header file in your source code.
1618
1719``` c
18- #include " @smallstoneapps/utils/macros.h"
20+ #include < @smallstoneapps/utils/macros.h>
1921```
2022
2123## Documentation
Original file line number Diff line number Diff line change 11{
22 "name" : " @smallstoneapps/utils" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " A small collection of C macros that make developing Pebble apps a little simpler." ,
55 "main" : " include/macros.h" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments