Skip to content

Commit

Permalink
add ads1115 module (#1942)
Browse files Browse the repository at this point in the history
* add ads1115 module

* replace os_delay with os_timer

* typo
  • Loading branch information
fetchbot authored and devsaurus committed May 7, 2017
1 parent cba4021 commit faefc09
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/include/user_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// See https://github.com/nodemcu/nodemcu-firmware/pull/1127 for discussions.
// New modules should be disabled by default and added in alphabetical order.
#define LUA_USE_MODULES_ADC
//#define LUA_USE_MODULES_ADS1115
//#define LUA_USE_MODULES_ADXL345
//#define LUA_USE_MODULES_AM2320
//#define LUA_USE_MODULES_APA102
Expand Down Expand Up @@ -78,4 +79,3 @@

#endif /* LUA_CROSS_COMPILER */
#endif /* __USER_MODULES_H__ */

Loading

0 comments on commit faefc09

Please sign in to comment.