android-async-http/android-async-http 10604
This project under develop
loopj/android-smart-image-view 1322
Android ImageView replacement which allows image loading from URLs or contact address book, with caching
loopj/capistrano-node-deploy 197
Capistrano recipe for deploying node.js apps
Airbrake Notifier for Android
ANSI color terminal output module for CommonJS (including Node.js)
Easily use sensors like accelerometers, gyroscopes & barometers in your Arduino, ESP8266, mbed, Particle & Raspberry Pi projects
loopj/aa-recruiter-honeypot 23
A Honeypot Repo for Recruiters
loopj/commonjs-date-formatting 18
PHP style strftime date formatting for CommonJS apps.
Connect/Express middleware for rewriting URLs using regular expressions (like mod_rewrite).
React Component to load and inline SVG images, allowing you to target and style SVGs using CSS.
startedli-lauren/JOT
started time in 3 hours
startedjamesmoriarty/forward-proxy
started time in a day
startedbugsnag/bugsnag-source-maps
started time in 2 days
startedcraftyphotons/ten34
started time in 2 days
startedtinysearch/tinysearch
started time in 2 days
startedunsplash/datasets
started time in 2 days
startedRediSearch/RediSearch
started time in 2 days
startedtantivy-search/tantivy
started time in 2 days
startedmeilisearch/MeiliSearch
started time in 2 days
startedgo-ego/riot
started time in 2 days
startedvaleriansaliou/sonic
started time in 2 days
startedelastic/elasticsearch
started time in 2 days
startedapache/lucene-solr
started time in 2 days
startedsearchkit/searchkit
started time in 2 days
startedepranka/airports-db
started time in 4 days
startedloopj/android-smart-image-view
started time in 4 days
startedkgabis/agnes
started time in 4 days
An environment and set of utilities aimed at making kernel hacking simple and accessible
fork in 4 days
issue openedloopj/i2c-hal
inputs to pow( , ) function are ambiguous in MPU6050.h
At the very end of file MPU6050.h, there are two functions
float getGyroScale(uint8_t gyroRange)
and
float getAccelScale(uint8_t accelRange)
that return 16.4 * pow(2, 3 - gyroRange)
and 2048.0 * pow(2, 3 - accelRange)
respectively.
Which gives an error. I looked into the pow()
function and it requires float values instead of uint8_t values.
After converting uint8_t values to floats, the error goes away.
return 16.4 * pow(2, 3 - float(gyroRange));
return 2048.0 * pow(2, 3 - float(accelRange));
created time in 5 days
issue commentloopj/i2c-hal
I2CDevice.cpp missing definitions
Thank you so much for the answer.
Could you please tell me how I could use (include) I2CDevice_mbed.cpp in my code? There is an #ifdef __MBED__
statement in it, so I would have to define it in main.cpp before calling the library, right?
I just want to know what exactly I have to define?
I understand that I would have to modify these functions in I2CDevice_mbed.cpp to communicate with nRF52 SDK's own TWI APIs.
comment created time in 5 days
startedPyAV-Org/PyAV
started time in 5 days
startedorf/gping
started time in 5 days
startedfoambubble/foam
started time in 5 days
issue openedloopj/i2c-hal
I2CDevice.cpp missing definitions
In I2CDevice.cpp, there is no definitions of readBytes()
and writeBytes()
So it gives these errors while compiling
undefined reference to `I2CDevice::readBytes(unsigned char, unsigned char, unsigned char*)'
undefined reference to `I2CDevice::writeBytes(unsigned char, unsigned char, unsigned char*)'
I'm using Segger Embedded Studio and compiling your code for nRF52-DK Please help,
created time in 6 days
startedkylebshr/Pinnable
started time in 7 days
startedtj/git-extras
started time in 7 days