Coronium ACE Pi developer release

50 views
Skip to first unread message

develephant

unread,
Nov 15, 2015, 12:29:45 PM11/15/15
to Coronium IO
Hi,

There is a new release of Coronium ACE tailored for the Raspberry Pi (1b and better). It provides access to the current Coronium Ace library, plus additional modules for the RPi.

An example endpoint returning the RPi temperature reading:

local api = ace.api()

function api.get.temp()
  local ok, res = ace.vccmd( 'measure_temp' )
  if ok then
    return { temp = res }
  end
end

return api

Learn more about the additional features, and installation instructions for Coronium Ace Pi at http://coronium-ace.readthedocs.org/ace_pi

Feedback and ideas for functionality greatly appreciated.

Cheers.

Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages