OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ds1307
(Results
1 - 13
of
13
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
CMakeLists.txt
1
set (libname "
ds1307
")
2
set (libdescription "upm
ds1307
RTC module")
jsupm_ds1307.i
5
#include "
ds1307
.h"
8
%include "
ds1307
.h"
javaupm_ds1307.i
7
#include "
ds1307
.h"
10
%include "
ds1307
.h"
pyupm_ds1307.i
10
%include "
ds1307
.h"
12
#include "
ds1307
.h"
ds1307.h
46
* @brief
DS1307
Real-Time Clock library
47
* @defgroup
ds1307
libupm-
ds1307
52
* @library
ds1307
53
* @sensor
ds1307
55
* @altname
DS1307
RTC
60
* @brief API for the
DS1307
Real-Time CLock
62
* UPM module for the
DS1307
-based real-time clock. The clock can provide information
68
* @image html
ds1307
.jpg
69
* @snippet
ds1307
.cxx Interestin
[
all
...]
ds1307.cxx
32
#include "
ds1307
.h"
38
DS1307
::
DS1307
(int bus) : m_i2c(bus)
49
mraa::Result
DS1307
::writeBytes(uint8_t reg, uint8_t *buffer, int len)
74
int
DS1307
::readBytes(uint8_t reg, uint8_t *buffer, int len)
90
bool
DS1307
::loadTime()
136
bool
DS1307
::setTime()
175
mraa::Result
DS1307
::enableClock()
188
mraa::Result
DS1307
::disableClock()
203
uint8_t
DS1307
::decToBcd(unsigned int val
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ds1307.cxx
27
#include "
ds1307
.h"
31
void printTime(upm::
DS1307
*rtc)
51
upm::
DS1307
*rtc = new upm::
DS1307
(0);
CMakeLists.txt
66
add_executable (
ds1307
-example
ds1307
.cxx)
190
include_directories (${PROJECT_SOURCE_DIR}/src/
ds1307
)
326
target_link_libraries (
ds1307
-example
ds1307
${CMAKE_THREAD_LIBS_INIT})
/hardware/bsp/intel/peripheral/libupm/examples/java/
DS1307Sample.java
37
static private void printTime(upm_ds1307.
DS1307
rtc) {
61
upm_ds1307.
DS1307
rtc = new upm_ds1307.
DS1307
(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ds1307.js
29
var
ds1307
= require('jsupm_ds1307');
variable
31
var myRTCClockObj = new
ds1307
.
DS1307
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
ds1307.py
28
myRTCClock = upmDs1307.
DS1307
(0)
/hardware/bsp/intel/peripheral/libupm/docs/
changelog.md
79
ds1307
, adc121c021, enc03r, ttp223, itg3200, am2315, tp401, ldt0028, htu21d,
/hardware/bsp/intel/peripheral/libupm/doxy/
samples.mapping.txt
16
ds1307
.cxx DS1307Sample.java
Completed in 179 milliseconds