คำถามติดแท็ก code-review

1
ฟังก์ชั่นคลาวด์หยุด Parse.com เป็นวงเมื่อโทรจาก Arduino-yun
ฉันได้สร้างฟังก์ชั่นคลาวด์โดยใช้ Parse.com Javascript SDK และฉันกำลังเรียกฟังก์ชั่นเหล่านั้นจาก Arduino ต่อไปนี้เป็นรหัสสำหรับhelloฟังก์ชั่น: Parse.Cloud.define("hello", function(request, response) { response.success("This is hello function"); }); //hello function Block ฉันกำลังเรียกใช้ฟังก์ชันนี้จากด้าน Arduino โดยใช้รหัสต่อไปนี้: void setup() { Bridge.begin(); Serial.begin(9600); while (!Serial); Parse.begin("***zE0uUjQkMa7nj5D5BALvzegzfyVNSG22BD***", "***Ssggp5JgMFmSHfloewW5oixlM5ibt9LBSE***"); //commented my keys with * here only // In this example, we associate this device with a pre-generated installation …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.