Skip to content

Commit

Permalink
Split off most functionality into raspi-io-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrius committed Dec 30, 2016
1 parent 20b1186 commit f97acd0
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 1,862 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 7.1.0 ()
## 7.2.0 (2016-12-30)

- Split off almost all functionality of this module into [Raspi IO Core](https://github.com/nebrius/raspi-io-core)
- Note: there should be no functionality change from this package, but giving it a minor version bump anyways
- By splitting this off, it should be possible to create variants of raspi-io that target different OSes and configurations, e.g. Windows 10 IoT Core

## 7.1.0 (2016-11-29)

- Added support for software-based PWM

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 Bryan Hughes <bryan@theoreticalideations.com>
Copyright (c) 2014-2016 Bryan Hughes <bryan@theoreticalideations.com>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
57 changes: 57 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f97acd0

Please sign in to comment.