Akinori Hashimoto
I'm a researcher as R&D div of Co., Ltd. in JPN.
Akinori’s activity
Akinori’s public repositories
-
AQM1602
You can output chars to AQM1602 with printf(). ex. lcd.printf("iter: %5.5d.\r\n", iter);
AQM1602Last updated: 05 Sep 2016 5 269 -
ATP3011
ATP3011 is text speech LSI by AquesTalk pico. This librarry supports I2C interface and "printf()" C format. If ATP3011 talk number or alphabet you select printf(), otherwise, you have to …
AquesTalk pico, ATP3011Last updated: 19 Oct 2015 2 18 -
CheckSum
Calculate checksum(hex) of string with ASCII(unsigned int). Use to detected communication error.
checksumLast updated: 21 Oct 2015 1 28 -
DetectFreqAboveTH
Detected Iteration Above Threshold in Unit Time. Check if Frequency (iteration count in Unit time) above Threshold. CATION. max interval is 0xfff0: 65,520ms. max iter threshold is 0xffff. (threfore, using …
DetectFreqAboveTHLast updated: 09 Oct 2015 2 1 -
HC05
Bluetooth module HC-05 Lib. suppotrs printf(); support IrqAttach, with using RTOS. include feature as background rxIrq attach. the lib store rx buf of serial, therefore can have over 16 bytes …
Bluetooth module, hc-05, HC05Last updated: 21 Jan 2016 7 808 -
LED7segX4
Dynamic Lighting Lib. of 7Seg-LED (add DP) x4. Features: - Unified Anode/Cathode and NPN/PNP sw. - Non-use wait(); Useing Interrupt Timer. - Modulates Brightness with PWM. - Display Hex. - …
hex, pwm, TickerLast updated: 18 Apr 2018 2 28 -
Last updated: 25 Sep 2017 1 2
-
mySerial
Serial Communicate Control Class. This has printf() and Tx & Rx buffer with (RxIRQ) RingBuffer, andmore can add user rxFunc to RxIrq.
printf, ringbuffer, SerialLast updated: 15 Nov 2016 4 72 -
myTimer
Timer peripheral class. This lib. include function ; WAIT, stop, reset, start, and read_ms.
myTimerLast updated: 29 Sep 2017 8 128 -
PCA9547
* PCA9547 library * +++++ Based on; https://developer.mbed.org/users/okano/code/PCA9547/ +++++ * * PCA9547: an I2C bus multiplexer control library * * PCA9547 is an I2C multiplexer which enables to select 1:8 …
PCA9547Last updated: 02 Oct 2015 2 12